What's new

Tutorial How to build ReVanced using rvx-builder

-Vortex-

Forum Guru
Joined
Mar 19, 2018
Posts
155
Reaction
9,655
Points
1,143

How to use rvx builder on Android​

How to install rvx-builder for the first time​

  1. Firstly, you have to install Termux. To do this, you have to install You do not have permission to view the full content of this post. Log in or register now..
  2. After that, you have to run these commands:
curl -sLo rvx-builder.sh https://raw.githubusercontent.com/inotia00/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/inotia00/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.)

  1. 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​

  1. If you get an error when installing rvx-builder for the first time
  • Check if termux is downloaded from You do not have permission to view the full content of this post. Log in or register now..
  • 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
  • reinstall rvx-builder:
./rvx-builder.sh reinstall && ./rvx-builder.sh run
  1. If an issue occurs during the patching process
  • Read the You do not have permission to view the full content of this post. Log in or register now. 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

Credits to: inotia00
 
Back
Top