Commit fe40188f authored by fallenstardust's avatar fallenstardust

由本身来支持x86

parent c9f91196
APP_ABI := armeabi-v7a
#APP_ABI := armeabi-v7a
APP_ABI := armeabi-v7a x86
#APP_ABI := armeabi-v7a x86
APP_PLATFORM := android-14
#APP_MODULES := YGOMobile
#NDK_TOOLCHAIN_VERSION=4.8
......
......@@ -13,7 +13,7 @@ android {
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
ndk {
abiFilters "armeabi-v7a"
abiFilters "armeabi-v7a","x86"
}
}
compileOptions {
......@@ -114,5 +114,5 @@ dependencies {
//图片选择
implementation 'com.yuyh.imgsel:library:2.0.6'
//跨进程SharedPreferencesPlus工具
implementation 'com.github.zhangliangming:PreferencesProvider:v1.3'
implementation 'com.github.zhangliangming:PreferencesProvider:v1.3''
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment