ORB-SLAM-Android icon indicating copy to clipboard operation
ORB-SLAM-Android copied to clipboard

ndk-build issue

Open amranov opened this issue 8 years ago • 1 comments

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 avatar Jul 06 '17 05:07 amranov

@amranov you can add <uses-sdk android:minSdkVersion="18" android:targetSdkVersion="some-number"/> in your src/main/AndroidManifest.xml

eugenelyj avatar Jan 28 '18 07:01 eugenelyj