We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a9518 commit 47ae05eCopy full SHA for 47ae05e
app/build.gradle
@@ -16,7 +16,7 @@ android {
16
externalNativeBuild {
17
cmake {
18
cppFlags "-std=c++11"
19
- abiFilters 'x86_64', 'arm64-v8a', 'armeabi-v7a'
+ abiFilters 'x86', 'x86_64', 'arm64-v8a', 'armeabi-v7a'
20
}
21
22
sourceSets {
0 commit comments