Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

How to use revanced builder on Android

reis edited this page Aug 2, 2022 · 21 revisions

Firstly, you have to install Termux. To do this, you have to install F-Droid.

After that, you have to run these commands:

termux-setup-storage
pkg update
pkg install wget nodejs-lts openjdk-17 -y
wget https://github.com/reisxd/revanced-builder/archive/refs/heads/android-gui.zip
unzip android-gui.zip
cd revanced-builder-android-gui
npm i
node .

After running node ., open up http://localhost:8080 in your browser!

If you wan't to reinstall it, heres the commands you need to run:

rm -r revanced-builder-android-gui/
rm android-gui.zip
wget https://github.com/reisxd/revanced-builder/archive/refs/heads/android-gui.zip
unzip android-gui.zip
cd revanced-builder-android-gui
npm i
node .

After running node ., revanced-builder will install aapt2.

You now can build ReVanced with revanced-builder!

Clone this wiki locally