Commit fe40188f authored by fallenstardust's avatar fallenstardust

由本身来支持x86

parent c9f91196
APP_ABI := armeabi-v7a APP_ABI := armeabi-v7a x86
#APP_ABI := armeabi-v7a #APP_ABI := armeabi-v7a x86
APP_PLATFORM := android-14 APP_PLATFORM := android-14
#APP_MODULES := YGOMobile #APP_MODULES := YGOMobile
#NDK_TOOLCHAIN_VERSION=4.8 #NDK_TOOLCHAIN_VERSION=4.8
......
...@@ -13,7 +13,7 @@ android { ...@@ -13,7 +13,7 @@ android {
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
abiFilters "armeabi-v7a" abiFilters "armeabi-v7a","x86"
} }
} }
compileOptions { compileOptions {
...@@ -114,5 +114,5 @@ dependencies { ...@@ -114,5 +114,5 @@ dependencies {
//图片选择 //图片选择
implementation 'com.yuyh.imgsel:library:2.0.6' implementation 'com.yuyh.imgsel:library:2.0.6'
//跨进程SharedPreferencesPlus工具 //跨进程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