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 Jul 21, 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:

apt install nodejs-lts
wget https://github.com/reisxd/revanced-builder/archive/refs/heads/cli.zip
unzip cli.zip
cd revanced-builder-cli
npm i
node .

After running node ., revanced-builder will install OpenJDK 17 if its missing and also aapt2.

You now can build ReVanced with revanced-builder!

Clone this wiki locally