Changes between Version 74 and Version 75 of Getting-Started/Android
- Timestamp:
- May 27, 2019 5:53:06 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v74 v75 32 32 $ make dep && make clean && make 33 33 }}} 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}}}. 34 36 35 37 This will build {{{armeabi}}} target, to build for other targets such as {{{arm64-v8a, armeabi-v7a, x86}}} see next section.