revanced-cli/docs/0_prerequisites.md

18 lines
587 B
Markdown
Raw Normal View History

2023-01-08 14:37:10 +01:00
# 💼 Prerequisites
2023-05-08 01:15:27 +02:00
To use ReVanced CLI, you will need to fulfill certain requirements.
2023-01-08 14:37:10 +01:00
## 🤝 Requirements
2023-06-30 19:40:52 +02:00
- Java SDK 11 (Azul JDK or OpenJDK)
2023-05-08 01:15:27 +02:00
- [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)
- ReVanced Patches
- ReVanced Integrations, if the patches require it
2023-01-08 14:37:10 +01:00
## ⏭️ Whats next
The next 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)