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 17, 2022 · 21 revisions

NOTE: If you want to run Builder without reinstalling, use this:

cd
cd revanced-builder-main
node .

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/main.zip
unzip main.zip
cd revanced-builder-main
npm i
node .

After running node ., it should open up your browser!

If you want to reinstall it, here's the commands you need to run:

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

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

If you want to use the old CLI, change main with cli for every line.

You now can build ReVanced with revanced-builder!

Clone this wiki locally