forked from inotia00/revanced-documentation
-
Notifications
You must be signed in to change notification settings - Fork 4
Method 2. Using RVX Builder (Windows MacOS Linux Android)
Hoàng Gia Bảo edited this page Aug 6, 2023
·
2 revisions
- Download the rvx-builder from Latest releases, and Run
※ 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.
1. Firstly, you have to install Termux. To do this, you have to install F-Droid.
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
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.)
When to run rvx-builder in termux, just type these commands:
./rvx-builder.sh run
If there is an update of rvx-builder, just type these commands:
./rvx-builder.sh update && ./rvx-builder.sh run
When an issue occurs so you need to reinstall rvx-builder, just type these commands:
./rvx-builder.sh reinstall && ./rvx-builder.sh run
- 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
- 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
- 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.