Skip to content

How to build

kitadai31 edited this page May 11, 2023 · 41 revisions

Method 1. Using "ReVanced Manager builds for Android 7" (Android 7.x Only)

I have successfully made ReVanced Manager work on Android 7.x!

ReVanced Manager builds for Android 7
https://github.com/kitadai31/revanced-manager-android7

Using this modified version of ReVanced Manager, you can build YouTube ReVanced easily with your Android 7 device alone.

(Added 2023/04/21)
It turns out that Manager doesn't work on Android 6.0. I'm sorry.
If you are using Android 6.0, please use other build method.

Procedure

  1. Download YouTube 17.34.36 APK from APKMirror. (Just download. DO NOT install it.)
    https://www.apkmirror.com/apk/google-inc/youtube/youtube-17-34-36-release/youtube-17-34-36-2-android-apk-download/
  2. Download ReVanced Manager
  3. Open [Settings] > [Sources]
  4. Change three items
Setting value
Patches organization kitadai31
Patches source revanced-patches-android6-7
Integrations organization kitadai31
Integrations source (no change)


  1. Restart Manager (important)
  2. Open [Patcher]
  3. Tap [Storage] button and choose the APK which you downloaded in step 1.


After selected APK, make sure it is displayed like this.


  1. Open [Select patches]

  2. Tap [Recommended] button at first. Then customize if you want.

  3. Tap [Patch] button.

cf. https://github.com/inotia00/revanced-documentation/wiki/Method-3.-Using-official-ReVanced-Manager-(Android)

If you got (exit code = 135) error while patching, your device is ARMv7 (32bit) and not supported.

Method 2. Using official ReVanced Manager on Android 8.0+ device

If you have other Android 8.0+ device, you can use official ReVanced Manager in order to build ReVanced for Android 6 or 7.
If your device is high-spec, this is much faster than building on old device.

The procedure is the same as Method 1.
After patch is completed, tap "Export APK" or "Share APK" in 3-dots menu and transfer it to your A6/7 device.

Method 3. Using Revancify (Android)

Revancify is a TUI wrapper for Revanced CLI developed by decipher3114.
It's available on Android device.
It has supported our patches since 2023/04/20.

https://github.com/decipher3114/Revancify

It's much faster than ReVanced Manager.
On my A7.1 phone, Manager took 45 minutes to build, but Revancify took just 10 minutes!

Also, Revancify is easier than Manager because it has automatic APK download feature.

Method 4. Using ReVanced Builder (PC/Android)

ReVanced Builder is GUI software to build ReVanced apps developed by reisxd.

(PC) https://github.com/reisxd/revanced-builder/releases/latest
(Android) https://github.com/reisxd/revanced-builder/wiki/How-to-use-revanced-builder-on-Android

Change source settings as this image.

Method 5. Using ReVanced CLI (PC)

https://github.com/revanced/revanced-cli

java -jar revanced-cli-2.20.1-all.jar -a youtube_17.34.36.apk -b revanced-patches-2.160.x.jar -m revanced-integrations-0.96.x.apk -c -o youtube_revanced_17.34.36.apk
Clone this wiki locally