mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-04 02:48:53 +01:00
18 lines
599 B
Markdown
18 lines
599 B
Markdown
# 💼 Prerequisites
|
|
|
|
To use ReVanced CLI, you will need to fulfil specific requirements.
|
|
|
|
## 🤝 Requirements
|
|
|
|
- Java SDK 11 (Azul Zulu JDK or OpenJDK)
|
|
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to install 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)
|
|
- ReVanced Patches
|
|
- ReVanced Integrations, if the patches require it
|
|
|
|
## ⏭️ Whats next
|
|
|
|
The following section will show you how to use ReVanced CLI.
|
|
|
|
Continue: [🛠️ Using ReVanced CLI](1_usage.md)
|