mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 14:04:26 +02:00

TODO: see PR #1411 suggestions Co-authored-by: Palm <palmpasuthorn@gmail.com> Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
728 B
728 B
💼 Preparing a development environment
In order to compile ReVanced Manager, certain requirements must be met.
📝 Prerequisites
- Kotlin IDE such as Android Studio
- Knowledge of Android app development, and the Kotlin language.
- At least JDK 17 of any vendors
🏃 Prepare the environment
- Clone the repository
git clone https://github.com/ReVanced/revanced-manager.git && cd revanced-manager
- Build the application
gradlew assembleRelease
⏭️ What's next
The next page will introduce you to the basic overview of ReVanced Manager
Continue: 💁 Overview