Changes between Version 65 and Version 66 of Getting-Started/Android


Ignore:
Timestamp:
Aug 5, 2016 4:54:42 AM (8 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v65 v66  
    356356 
    357357 
     358=== Error configure-android with "--use-ndk-cflags" using android-ndk-r11 or later === #err_ndkr11  
     359 
     360Starting 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{{{ 
     362samples/hello-jni: No such file or directory.  Stop. 
     363configure-android error: failed to run ndk-build, check ANDROID_NDK_ROOT env var 
     364}}} 
     365 
     366Please apply the fix in ticket #1950. 
     367 
    358368== Other Android projects == 
    359369