mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-30 06:34:29 +02:00
16 lines
546 B
Markdown
16 lines
546 B
Markdown
# 💼 Prerequisites
|
|
|
|
To use ReVanced CLI, you will need to fulfill specific requirements.
|
|
|
|
## 🤝 Requirements
|
|
|
|
- Java Runtime Environment 11 (Azul Zulu JRE 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)
|
|
|
|
## ⏭️ Whats next
|
|
|
|
The following section will show you how to use ReVanced CLI.
|
|
|
|
Continue: [🛠️ Using ReVanced CLI](1_usage.md)
|