Method 2. Using RVX Builder (Windows MacOS Linux Android) - YT-Advanced/revanced-documentation GitHub Wiki

Using RVX Builder (Windows / MacOS / Linux)

※ For most rvx-builder errors (PC environment), please refer to this issue pages

※ If you encounter any other issues, please report them on the github issues page.

Using RVX Builder (Android - termux)

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

2. After that, you have to run these commands:

curl -sLo rvx-builder.sh https://raw.githubusercontent.com/YT-Advanced/rvx-builder/revanced-extended/android-interface.sh && chmod +x rvx-builder.sh && ./rvx-builder.sh

※ If an error occurs, enter it line by line:

curl -sLo rvx-builder.sh https://raw.githubusercontent.com/YT-Advanced/rvx-builder/revanced-extended/android-interface.sh
chmod +x rvx-builder.sh
./rvx-builder.sh

※ During initial installation, termux will ask if you want to update additional packages. (Enter Y or N.)

3. After installing, rvx-builder will run automatically!

Run command

When to run rvx-builder in termux, just type these commands:

./rvx-builder.sh run

Update command

If there is an update of rvx-builder, just type these commands:

./rvx-builder.sh update && ./rvx-builder.sh run

Reinstall command

When an issue occurs so you need to reinstall rvx-builder, just type these commands:

./rvx-builder.sh reinstall && ./rvx-builder.sh run

Troubleshooting for Android

  1. If you get an error when installing rvx-builder for the first time
  • Check if termux is downloaded from F-Droid.
  • Try reinstalling termux
  • Try changing vpn/dns
  • Try entering the following command:
apt-get autoremove nodejs-lts -y && pkg install nodejs-lts -y && apt-get autoremove openjdk-17 -y && pkg install openjdk-17 -y && ./rvx-builder.sh run
  1. If you used rvx-builder without issues before, but the issue occurred while using it again, you should reinstall rvx-builder:
./rvx-builder.sh reinstall && ./rvx-builder.sh run
  1. If an issue occurs during the patching process
  • Read the Common document again.
  • Make sure termux has battery optimization exclusions.
  • Make sure your device has arm64-v8a architecture. (Probably, other architectures are not supported.)
  • Reinstall rvx-builder:
./rvx-builder.sh reinstall && ./rvx-builder.sh run

※ If you encounter any other issues, please report them on the github issues page.