revanced-documentation/docs/revanced-development/0_prerequisites.md

17 lines
687 B
Markdown
Raw Normal View History

# 💼 Prerequisites
2022-10-28 04:29:14 +02:00
To develop with ReVanced, you will need to fulfill certain requirements.
2022-10-28 04:29:14 +02:00
## 🤝 Requirements
2022-10-28 04:29:14 +02:00
- 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
2023-05-07 18:07:17 +02:00
- Java SDK 17 (Azul JDK or OpenJDK)
2022-10-28 04:29:14 +02:00
## ⏭️ 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)