Skip to content

Commit b73b41f

Browse files
committed
添加abiFilters过滤
1 parent 5c62614 commit b73b41f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ android {
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13+
ndk {
14+
abiFilters 'armeabi' ,'armeabi-v7a', 'arm64-v8a','x86', 'x86_64'
15+
}
1316
}
1417
buildTypes {
1518
release {

0 commit comments

Comments
 (0)