forked from reisxd/revanced-builder
-
Notifications
You must be signed in to change notification settings - Fork 54
How to use rvx builder on Android
inotia00 edited this page May 10, 2024
·
4 revisions
-
Firstly, you have to install Termux. To do this, you have to install F-Droid.
-
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.)
- After installing,
rvx-builder
will run automatically!
When to run rvx-builder in termux, just type these commands:
./rvx-builder.sh run
or
rvx
If there is an update of rvx-builder, just type these commands:
./rvx-builder.sh update && ./rvx-builder.sh run
or
rvxup
When an issue occurs so you need to reinstall rvx-builder, just type these commands:
./rvx-builder.sh reinstall && ./rvx-builder.sh run
or
rvxre
- 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
- 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
or
rvxre
※ If you encounter any other issues, please report them on the github issues page.