Add x86_64 abiFilters for debug.

This workaround problems on debugging/running from Android Studio. See #208
This commit is contained in:
Miku AuahDark
2021-08-21 14:37:25 +08:00
parent ab03301730
commit ae0d89458a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -32,6 +32,11 @@ android {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
ndk {
abiFilters += 'x86_64'
}
}
}
flavorDimensions 'mode'
productFlavors {