Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 652 Bytes

4_building.md

File metadata and controls

31 lines (21 loc) · 652 Bytes

🛠️ Building from source

This page will guide you through building ReVanced Manager from source.

  1. Setup the Flutter environment for your platform

  2. Clone the repository

    git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager
  3. Get dependencies

    flutter pub get
  4. 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.

  5. Build the APK

    flutter build apk