-
Install Termux Monet or Termux.
-
Open Termux and 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
Tip
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
Note
During initial installation, Termux may ask if you want to update additional packages. (Enter Y
or N
.)
After installing, rvx-builder will run automatically.
Note
Follow the steps on this page to prepare the device for a mount installation. Note that the APK from APKMirror that you install must be the same version as the APK you will patch.
Also, Termux must have superuser permissions granted.
- Run rvx-builder with either of these commands in Termux:
rvx
or
./rvx-builder.sh run
-
A GUI will open in your browser. Click
Start patching
. After the dependencies are downloaded, clickContinue
. -
Select the app you want to patch, or upload the APK.
-
Select the patches you want to include.
- Read this document for information on patches you may want to include or exclude. Otherwise, just click the
Select All
button to select all Default patches.
Important
For ROOT YouTube / YT Music installations, the GmsCore support
patch must be excluded. In non-ROOT environments the patch will be hidden and included automatically.
-
If you did not upload an APK in step 3, a menu will appear where you can choose the version of the app to patch. Select the first option, marked
(AUTO SELECTION)
, or select a version marked as(suggested)
. After the APK is downloaded, clickContinue
and wait for patching to complete. -
For non-ROOT installations, the patched APK will be saved to your device and it must be manually installed. The path to the APK will be displayed at the bottom of the patch log. For ROOT installations, the app will be mounted automatically.
Tip
For ROOT installations, I recommend also installing the Detach Magisk module. It prevents automatic updates from the Google Play Store, which prevents crashes from occurring in the ROOT environment.
To update rvx-builder, run either of these commands in Termux:
rvxup
or
./rvx-builder.sh update && ./rvx-builder.sh run
To reinstall rvx-builder, run either of these commands in Termux:
rvxre
or
./rvx-builder.sh reinstall && ./rvx-builder.sh run
1. If encountering an error when installing rvx-builder for the first time:
- Ensure that Termux is not the Play Store version of Termux
- Try reinstalling Termux
- Try changing networks and disabling any VPN / adblockers, etc.
- 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
2. If rvx-builder worked in the past, but an issue occurred when using it again:
- Try reinstalling rvx-builder with the following command:
./rvx-builder.sh reinstall && ./rvx-builder.sh run
or
rvxre
3. If an issue occurs during the patching process:
- Ensure that Termux has battery optimization exclusions
- Reinstall rvx-builder with the following command:
./rvx-builder.sh reinstall && ./rvx-builder.sh run
or
rvxre
- If you encounter any other issues, please report them on the GitHub issues page.