Changes between Version 76 and Version 77 of Getting-Started/Android
- Timestamp:
- Jun 20, 2019 12:18:24 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v76 v77 55 55 * Specify the target arch in {{{TARGET_ABI}}} and run it with {{{--use-ndk-cflags}}}, for example: 56 56 {{{ 57 TARGET_ABI=arm eabi-v7a ./configure-android --use-ndk-cflags57 TARGET_ABI=arm64-v8a ./configure-android --use-ndk-cflags 58 58 }}} 59 59 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).