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
f2f7df73
Commit
f2f7df73
authored
Nov 28, 2024
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级为NDK-21d
parent
1e8d4320
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+4
-4
libcore/build.gradle
libcore/build.gradle
+1
-1
libygo/build.gradle
libygo/build.gradle
+1
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
No files found.
README.md
View file @
f2f7df73
...
...
@@ -8,13 +8,13 @@ Android编译环境
ndk编译环境(请用迅雷,旋风,或者翻墙vpn下载)
---------------------
稳定ndk
https://dl.google.com/android/repository/android-ndk-r2
0b
-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r2
0b
-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r2
0b
-linux-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r2
1d
-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r2
1d
-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r2
1d
-linux-x86_64.zip
重要
---------------------------------------------
NDKR2
0
编译已经通过,更加新的NDK可能通不过
NDKR2
1d
编译已经通过,更加新的NDK可能通不过
根据自己的系统下载上面的压缩包,解压并且配置环境变量,cmd窗口,输ndk-build --version,看到一堆数字和英文的版权就是ok了
不懂环境变量?没关系,自己自动把下文的ndk-build前面,加上NDK解压的文件夹比如D:
\N
DK
\n
dk-build -j4
...
...
libcore/build.gradle
View file @
f2f7df73
...
...
@@ -8,7 +8,7 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
29
flavorDimensions
"versionCode"
ndkVersion
"2
0.1.5948944
"
ndkVersion
"2
1.3.6528147
"
/* ndk {
moduleName "YGOMobile"
abiFilters "armeabi-v7a","x86"
...
...
libygo/build.gradle
View file @
f2f7df73
...
...
@@ -5,7 +5,7 @@ android {
defaultConfig
{
minSdkVersion
21
ndkVersion
"2
0.1.5948944
"
ndkVersion
"2
1.3.6528147
"
//noinspection ExpiredTargetSdkVersion
targetSdkVersion
29
...
...
mobile/build.gradle
View file @
f2f7df73
...
...
@@ -13,7 +13,7 @@ android {
versionName
"3.11.12fix1"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
ndkVersion
"2
0.1.5948944
"
ndkVersion
"2
1.3.6528147
"
ndk
{
abiFilters
"armeabi-v7a"
,
"arm64-v8a"
,
"x86"
}
...
...
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