mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-04 17:32:53 +01:00
16 lines
559 B
Markdown
16 lines
559 B
Markdown
# 💼 Prerequisites
|
|
|
|
To use ReVanced CLI, you will need to fulfill certain requirements.
|
|
|
|
## 🤝 Requirements
|
|
|
|
- Java SDK 11 (Azul JDK or OpenJDK)
|
|
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to deploy the patched APK file on your device
|
|
- An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7)
|
|
|
|
## ⏭️ Whats next
|
|
|
|
The next section will show, how to use [ReVanced CLI](https://github.com/revanced/revanced-cli).
|
|
|
|
Continue: [🛠️ Using ReVanced CLI](1_usage.md)
|