Also disable x86_64

This commit is contained in:
Tran Khanh Duy 2020-09-26 19:15:18 +07:00 committed by GitHub
parent be61982ce5
commit 38e187bbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ android {
multiDexEnabled true //important
ndk {
abiFilters "armeabi-v7a" , "x86" , "x86_64" //, "arm64-v8a"
abiFilters "armeabi-v7a" , "x86" , // "x86_64" , "arm64-v8a"
}
}