Browse Source

fixed #841

pull/936/head
hypnosis-i2p 7 years ago
parent
commit
1c3174a277
  1. 1
      android/jni/Application.mk

1
android/jni/Application.mk

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
#APP_ABI := all
#APP_ABI := armeabi-v7a x86
#APP_ABI := x86
#APP_ABI := x86_64
APP_ABI := armeabi-v7a
#can be android-3 but will fail for x86 since arch-x86 is not present at ndkroot/platforms/android-3/ . libz is taken from there.
APP_PLATFORM := android-14

Loading…
Cancel
Save