mirror of
				https://github.com/topjohnwu/Magisk.git
				synced 2025-10-31 08:44:07 +00:00 
			
		
		
		
	Update README
Recommend Android Studio embedded JDK again
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.MD
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.MD
									
									
									
									
									
								
							| @@ -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 | ||||
| ## Downloads | ||||
|  | ||||
| [](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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 topjohnwu
					topjohnwu