Changes between Version 57 and Version 58 of Getting-Started/Android


Ignore:
Timestamp:
Aug 3, 2015 9:44:44 AM (9 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v57 v58  
    3939 
    4040Notes: 
    41  * To '''build for other targets''' such as {{{arm64-v8a, armeabi-v7a, x86}}}, instead of just '{{{./configure-android}}}', specify the target arch in {{{TARGET_ABI}}} and run it with {{{--use-ndk-cflags}}}, for example:  
     41 * It will build {{{armeabi}}} target, to build for other targets such as {{{arm64-v8a, armeabi-v7a, x86}}}, instead of just '{{{./configure-android}}}', specify the target arch in {{{TARGET_ABI}}} and run it with {{{--use-ndk-cflags}}}, for example:  
    4242   {{{ 
    4343   TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags