n0k0m3 / revanced-build-template

Github Template for building Revanced
GNU General Public License v3.0
139 stars 155 forks source link

Getting some warnings while the app is being built #35

Closed gosndka closed 2 years ago

gosndka commented 2 years ago

WARNING: Skipping music-video-ads: Incompatible with com.google.android.youtube. This patch is only compatible with com.google.android.apps.youtube.music WARNING: Skipping exclusive-audio-playback: Incompatible with com.google.android.youtube. This patch is only compatible with com.google.android.apps.youtube.music WARNING: Skipping codecs-unlock: Incompatible with com.google.android.youtube. This patch is only compatible with com.google.android.apps.youtube.music WARNING: Skipping background-play: Incompatible with com.google.android.youtube. This patch is only compatible with com.google.android.apps.youtube.music WARNING: Skipping tasteBuilder-remover: Incompatible with com.google.android.youtube. This patch is only compatible with com.google.android.apps.youtube.music WARNING: Skipping upgrade-button-remover: Incompatible with com.google.android.youtube. This patch is only compatible with com.google.android.apps.youtube.music

ManorSailor commented 2 years ago

This is normal. The patches you get a warning for clearly mentions that they are only compatible with YT music, hence, they cannot possibly be applied on main YT app. Ignore them, you do not need to worry about anything as long as your app is working fine

gosndka commented 2 years ago

This is normal. The patches you get a warning for clearly mentions that they are only compatible with YT music, hence, they cannot possibly be applied on main YT app. Ignore them, you do not need to worry about anything as long as your app is working fine Thank you