Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
fe40188f
Commit
fe40188f
authored
Dec 03, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
由本身来支持x86
parent
c9f91196
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
libcore/jni/Application.mk
libcore/jni/Application.mk
+2
-2
mobile/build.gradle
mobile/build.gradle
+2
-2
No files found.
libcore/jni/Application.mk
View file @
fe40188f
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
...
...
mobile/build.gradle
View file @
fe40188f
...
@@ -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'
'
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment