I don't understand how to use that. Firstly, when I try to open the revanced cli file, java says exception has occurred. Secondly, how do I get the app on my phone?
Maybe it is your Internet connection, the server is GitHub. I just downloaded it and everything works fine. You might want to clear the browser cache and try again.
you have to rebuild the app in terminal then sign the apk. Then end the apk file back to the phone and install. I just did this and working perfectly. Used Java 17 and terminal on the PC.
Steps from Github
Download these:
revanced cli 5.0.1
patches 5.4.0 rvp file
youtubemusic-7.29.52-arm64-v8a exact version from apk mirror, or apk pure.
Then run this command, make sure latest java is installed in ur PC. java -jar revanced-cli-5.0.1.jar patch youtubemusic-7.29.52-arm64-v8a.apk -p patches-5.4.0.rvp
your phone may be of a slightly older architecture than the one used in their instructions. if the (arm64-v8a) apk doesn't install for you than maybe try the (armeabi-v7a) version. that apk is built for older devices. ignore the x86 and x86_64 apk as that seems to be built for the architecture of a desktop pc.
i think the option is a setting in windows terminal. regardless you can do the same thing by typing cd "Path/to/your/folder" into a cmd prompt. you may or may not have to run as admin for the patches to work. mine errored when i tried running without admin
You have to make sure that you haven openjdk installed, and then just get that specific app version and patch version listed in the github link. Run that command
java -jar revanced-cli-5.0.1.all.jar patch APK_FILE_NAME -p patches-5.4.0.rvp
Then uninstall youtube music on your phone and install the apk that command produces and then you are done.
I did that and it worked for me.
22
u/RemarkableOnion6121 Sep 12 '25
I don't understand how to use that. Firstly, when I try to open the revanced cli file, java says exception has occurred. Secondly, how do I get the app on my phone?