mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-01-10 10:45:57 +01:00
17 lines
687 B
Markdown
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)
|