Changes between Version 74 and Version 75 of Getting-Started/Android


Ignore:
Timestamp:
May 27, 2019 5:53:06 AM (5 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v74 v75  
    3232$ make dep && make clean && make 
    3333 }}} 
     34 
     35> Tips: On MinGW32/MSys, use absolute path format {{{D:/path/to/android/ndk}}} instead of {{{/D/path/to/android/ndk}}} for setting {{{ANDROID_NDK_ROOT}}}. 
    3436 
    3537This will build {{{armeabi}}} target, to build for other targets such as {{{arm64-v8a, armeabi-v7a, x86}}} see next section.