mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 23:24:30 +02:00
776 B
776 B
👶 Preparing a development environment
To develop ReVanced patches, a certain development environment is required.
📝 Prerequisites
- A Java IDE supporting Kotlin such as IntelliJ IDEA
- Knowledge of Java, Kotlin and Dalvik bytecode
- Android reverse engineering tools such as jadx
🏃 Prepare the environment
For this guide, ReVanced Patches will be used as a base.
-
Clone the repository
git clone https://github.com/revanced/revanced-patches && cd revanced-patches
-
Build the patches
./gradlew build