mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
652 B
652 B
🛠️ Building from source
This page will guide you through building ReVanced Manager from source.
-
Setup the Flutter environment for your platform
-
Clone the repository
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager
-
Get dependencies
flutter pub get
-
Delete conflicting outputs
dart run build_runner build --delete-conflicting-outputs
Note
Must be run every time you sync your local repository with the remote repository.
-
Build the APK
flutter build apk