We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9056ccb commit 86bfebaCopy full SHA for 86bfeba
android/app/build.gradle
@@ -67,7 +67,7 @@ android {
67
}
68
ndk {
69
// Specifies the ABI configurations of native libraries Gradle should build and package with the app.
70
- abiFilters = ["x86_64", "arm64-v8a"]
+ abiFilters = ["armeabi-v7a", "arm64-v8a"]
71
debugSymbolLevel 'FULL'
72
73
0 commit comments