We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22fcff commit 910d547Copy full SHA for 910d547
1 file changed
app/build.gradle
@@ -30,7 +30,7 @@ android {
30
// Specifies the ABI configurations of your native
31
// libraries Gradle should build and package with your APK.//"armeabi", "armeabi-v7a", "x86", "mips"
32
ndk {
33
- abiFilters "x86"
+ abiFilters "x86", "armeabi-v7a"
34
}
35
36
0 commit comments