Changes between Version 68 and Version 69 of Getting-Started/Android


Ignore:
Timestamp:
Dec 16, 2016 8:59:03 AM (7 years ago)
Author:
riza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v68 v69  
    370370Please apply the fix in ticket #1950. 
    371371 
     372=== Error configure-android with "--use-ndk-cflags" using android-ndk-r13 or later === #err_ndkr13 
     373 
     374Release notes to !r13 stated that NDK_TOOLCHAIN_VERSION now defaults to Clang, resulting error on configure-android which expects gcc: 
     375{{{ 
     376configure-android error: compiler not found, please check environment settings (TARGET_ABI, etc) 
     377}}} 
     378 
     379As a workaround, you can specify NDK_TOOLCHAIN_VERSION (to 4.9) to use gcc. 
     380{{{ 
     381NDK_TOOLCHAIN_VERSION=4.9 TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags 
     382}}} 
     383 
    372384=== A review of Android audio output latency === #latency 
    373385