mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-23 07:35:06 -06:00
Update README.md
This commit is contained in:
parent
fec05641e6
commit
7f2b0371ee
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ The Rabbit R1 Launcher Project aims to adapt the Rabbit R1 Launcher for use acro
|
||||||
### Requirements
|
### Requirements
|
||||||
- **Java:** Ensure Java is installed on your system. Java is used primarily for signing the APKs and should not be used to modify the Smali directly.
|
- **Java:** Ensure Java is installed on your system. Java is used primarily for signing the APKs and should not be used to modify the Smali directly.
|
||||||
- **Apktool:** For building and reversing Android APKs. Install Apktool from [Apktool official page](https://ibotpeaches.github.io/Apktool/install/).
|
- **Apktool:** For building and reversing Android APKs. Install Apktool from [Apktool official page](https://ibotpeaches.github.io/Apktool/install/).
|
||||||
- **Uber APK Signer:** This tool is used for signing the built APKs. Download it from [its GitHub repository](https://github.com/patrickfav/uber-apk-signer). (rename file to ```uber-apk-signer.jar``` and place into the cloned repository)
|
- **Uber APK Signer:** This tool is used for signing the built APKs. Download it from [its GitHub repository](https://github.com/patrickfav/uber-apk-signer).
|
||||||
|
(rename file to ```uber-apk-signer.jar``` and place into the cloned repository)
|
||||||
- **jadx:** A Dex to Java decompiler. Install jadx from [GitHub](https://github.com/skylot/jadx).
|
- **jadx:** A Dex to Java decompiler. Install jadx from [GitHub](https://github.com/skylot/jadx).
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
Loading…
Reference in a new issue