2023-01-08 14:37:10 +01:00
# 💼 Prerequisites
2023-10-10 09:57:27 +02:00
To use ReVanced CLI, you will need to fulfill specific requirements.
2023-01-08 14:37:10 +01:00
## 🤝 Requirements
2024-08-23 11:21:27 +02:00
- Java Runtime Environment 11 ([Azul Zulu JRE](https://www.azul.com/downloads/?version=java-11-lts& package=jre#zulu) or [OpenJDK ](https://jdk.java.net/archive/ ))
2023-12-21 15:10:02 +01:00
- [Android Debug Bridge (ADB) ](https://developer.android.com/studio/command-line/adb ) if you want to install the patched APK file on your device
2024-09-01 16:36:34 +02:00
- x86 or x86-64 (For [other architectures ](https://github.com/ReVanced/revanced-manager/tree/main/android/app/src/main/jniLibs ) use the `--custom-aapt2-binary` option)
2023-01-08 14:37:10 +01:00
## ⏭️ Whats next
2023-08-10 02:06:13 +02:00
The following section will show you how to use ReVanced CLI.
2023-01-08 14:37:10 +01:00
2023-06-30 19:40:52 +02:00
Continue: [🛠️ Using ReVanced CLI ](1_usage.md )