revanced-documentation/docs/revanced-development/0_prerequisites.md
2023-05-07 18:07:17 +02:00

17 lines
687 B
Markdown

# 💼 Prerequisites
To develop with ReVanced, you will need to fulfill certain requirements.
## 🤝 Requirements
- A Java IDE such as [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- An Android IDE such as [Android Studio](https://developer.android.com/studio)
- Understanding on how to use the ReVanced CLI
- Java SDK 17 (Azul JDK or OpenJDK)
## ⏭️ Whats next
The next section will explain, how to setup a convenient development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/) and [Android Studio](https://developer.android.com/studio)
Continue: [👨‍💻 Setup a development environment for ReVanced](1_setup_development_environment.md)