So we disable arm64 build...

This commit is contained in:
khanhduytran0 2020-09-15 18:54:06 +07:00
parent df685726a4
commit 06491c5bbf
6 changed files with 4 additions and 3 deletions

View File

@ -26,10 +26,11 @@ android {
versionCode 156235 versionCode 156235
versionName "3.2.0_6403b_20200915" versionName "3.2.0_6403b_20200915"
multiDexEnabled true //important multiDexEnabled true //important
/*
ndk { ndk {
abiFilters "arm64-v8a", "armeabi-v7a" abiFilters "arm64-v8a", "armeabi-v7a"
} }
*/
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,5 @@
# NDK_TOOLCHAIN_VERSION := 4.9 # NDK_TOOLCHAIN_VERSION := 4.9
APP_PLATFORM := android-21 APP_PLATFORM := android-21
APP_STL := system APP_STL := system
APP_ABI := armeabi-v7a arm64-v8a APP_ABI := armeabi-v7a
# x86 x86_64 # arm64-v8a x86 x86_64