mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 22:14:25 +02:00
884 B
884 B
💼 Preparing a developer environment
In order to compile ReVanced Manager, certain requirements must be met.
📝 Prerequisites
- Kotlin IDE such as Android Studio
- Understanding of Android development, Kotlin language and Jetpack Compose.
- At least Java Development Kit version 17 of any vendors
🏃 Prepare the environment
- Clone the repository
git clone https://github.com/ReVanced/revanced-manager.git && cd revanced-manager
- Build the APK
Release variant:
./gradlew assembleRelease -Psign
⏭️ What's next
The next page will introduce you to basic overview of ReVanced Manager
Continue: 💁 Overview