Changes between Version 65 and Version 66 of Getting-Started/Android
- Timestamp:
- Aug 5, 2016 4:54:42 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v65 v66 356 356 357 357 358 === Error configure-android with "--use-ndk-cflags" using android-ndk-r11 or later === #err_ndkr11 359 360 Starting from !r11, Android NDK has removed the sample folder and changed the toolchain version, hence the configure-android with "--use-ndk-cflags" will fail with this error: 361 {{{ 362 samples/hello-jni: No such file or directory. Stop. 363 configure-android error: failed to run ndk-build, check ANDROID_NDK_ROOT env var 364 }}} 365 366 Please apply the fix in ticket #1950. 367 358 368 == Other Android projects == 359 369