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
c2e66220
Commit
c2e66220
authored
Jul 02, 2020
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
Recommend Android Studio embedded JDK again
parent
53904b06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
README.MD
README.MD
+8
-6
No files found.
README.MD
View file @
c2e66220
...
...
@@ -13,14 +13,13 @@ Here are some feature highlights:
-
**Magisk Modules**
: Modify read-only partitions by installing modules
-
**MagiskHide**
: Hide Magisk from root detections / system integrity checks
## Download
## Download
s
[

](https://github.com/topjohnwu/Magisk/releases/download/manager-v7.5.1/MagiskManager-v7.5.1.apk)
[

](https://github.com/topjohnwu/Magisk/releases/download/v20.4/Magisk-v20.4.zip)
[

](https://github.com/topjohnwu/Magisk/releases/download/v20.4/Magisk-uninstaller-20200323.zip)
[

](https://raw.githubusercontent.com/topjohnwu/magisk_files/canary/app-debug.apk)
<br>
[

](https://github.com/topjohnwu/Magisk/releases/download/v20.4/Magisk-v20.4.zip
)
[

](https://raw.githubusercontent.com/topjohnwu/magisk_files/canary/app-debug.apk
)
[

](https://github.com/topjohnwu/Magisk/releases/tag/v20.4
)
[

](https://github.com/topjohnwu/Magisk/releases/tag/v20.4
)
## Useful Links
...
...
@@ -53,7 +52,10 @@ For Magisk Manager crashes, record and upload the logcat when the crash occurs.
-
Clone sources:
`git clone --recurse-submodules https://github.com/topjohnwu/Magisk.git`
-
Install Python 3.6+
\
(Windows only: select
**'Add Python to PATH'**
in installer, and run
`pip install colorama`
after install)
-
Install JDK 9+. Tested on JDK 14.
-
Configure to use the JDK bundled in Android Studio:
-
macOS:
`export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"`
-
Linux:
`export PATH="/path/to/androidstudio/jre/bin:$PATH"`
-
Windows: Add
`C:\Path\To\Android Studio\jre\bin`
to environment variable
`PATH`
-
Set environment variable
`ANDROID_HOME`
to the Android SDK folder (can be found in Android Studio settings)
-
Run
`./build.py ndk`
to let the script download and install NDK for you
-
Set configurations in
`config.prop`
. A sample
`config.prop.sample`
is provided.
...
...
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