Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
a967afc6
Commit
a967afc6
authored
Sep 02, 2021
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update macOS JAVA_HOME path
parent
dcc1fd3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.MD
README.MD
+1
-1
build.gradle.kts
build.gradle.kts
+1
-1
No files found.
README.MD
View file @
a967afc6
...
@@ -43,7 +43,7 @@ For Magisk app crashes, record and upload the logcat when the crash occurs.
...
@@ -43,7 +43,7 @@ For Magisk app crashes, record and upload the logcat when the crash occurs.
-
Install Python 3.6+
\
-
Install Python 3.6+
\
(Windows only: select
**'Add Python to PATH'**
in installer, and run
`pip install colorama`
after install)
(Windows only: select
**'Add Python to PATH'**
in installer, and run
`pip install colorama`
after install)
-
Configure to use the JDK bundled in Android Studio:
-
Configure to use the JDK bundled in Android Studio:
-
macOS:
`export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/
jdk/
Contents/Home"`
-
macOS:
`export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/Contents/Home"`
-
Linux:
`export PATH="/path/to/androidstudio/jre/bin:$PATH"`
-
Linux:
`export PATH="/path/to/androidstudio/jre/bin:$PATH"`
-
Windows: Add
`C:\Path\To\Android Studio\jre\bin`
to environment variable
`PATH`
-
Windows: Add
`C:\Path\To\Android Studio\jre\bin`
to environment variable
`PATH`
-
Set environment variable
`ANDROID_SDK_ROOT`
to the Android SDK folder (can be found in Android Studio settings)
-
Set environment variable
`ANDROID_SDK_ROOT`
to the Android SDK folder (can be found in Android Studio settings)
...
...
build.gradle.kts
View file @
a967afc6
...
@@ -16,7 +16,7 @@ buildscript {
...
@@ -16,7 +16,7 @@ buildscript {
extra
[
"vNav"
]
=
vNav
extra
[
"vNav"
]
=
vNav
dependencies
{
dependencies
{
classpath
(
"com.android.tools.build:gradle:7.0.
1
"
)
classpath
(
"com.android.tools.build:gradle:7.0.
2
"
)
classpath
(
kotlin
(
"gradle-plugin"
,
version
=
"1.5.30"
))
classpath
(
kotlin
(
"gradle-plugin"
,
version
=
"1.5.30"
))
classpath
(
"androidx.navigation:navigation-safe-args-gradle-plugin:${vNav}"
)
classpath
(
"androidx.navigation:navigation-safe-args-gradle-plugin:${vNav}"
)
...
...
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