ORB-SLAM-Android
ORB-SLAM-Android copied to clipboard
ndk-build issue
Hi , i am tring to build the native code using command ndk-build on android studio from terminal , but i got this warning error Android NDK: WARNING: APP_PLATFORM android-18 is higher than android:minSdkVersion how can fix this issue ?
@amranov you can add <uses-sdk android:minSdkVersion="18" android:targetSdkVersion="some-number"/> in your src/main/AndroidManifest.xml