Add arm64-v8a but it's not sufficient for 64bit build

This commit is contained in:
Loic Blot 2019-11-09 12:50:53 +01:00
parent f35533a953
commit 17191a60fb
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ android {
// Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK.
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a'
}
}