Changes between Version 76 and Version 77 of Getting-Started/Android


Ignore:
Timestamp:
Jun 20, 2019 12:18:24 AM (5 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v76 v77  
    5555* Specify the target arch in {{{TARGET_ABI}}} and run it with {{{--use-ndk-cflags}}}, for example:  
    5656   {{{ 
    57    TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags 
     57   TARGET_ABI=arm64-v8a ./configure-android --use-ndk-cflags 
    5858   }}} 
    5959   Also you should adjust [https://developer.android.com/ndk/guides/abis.html#gc Application.mk] and [https://developer.android.com/ndk/guides/abis.html#am library packaging path] (see also #1803).