pylerSM / YouTubeBackgroundPlayback

[Xposed module] Enable background playback in YouTube
http://repo.xposed.info/module/com.pyler.youtubebackgroundplayback
BSD 3-Clause "New" or "Revised" License
314 stars 81 forks source link

I built the app with gradlew, what do i do next? #424

Closed rgeorge04 closed 3 years ago

rgeorge04 commented 3 years ago

i managed to build the app succesefully image

but what do i do next? how do i make it a module for edxposed?

image

th3an7 commented 3 years ago

It should just generate .apk file you need to install - check "build" folder

Alternatively if you just want module .apk without any changes, you can find pre-built one on my fork (either in releases or in artefacts)

rgeorge04 commented 3 years ago

It should just generate .apk file you need to install - check "build" folder

Alternatively if you just want module .apk without any changes, you can find pre-built one on my fork (either in releases or in artefacts)

i checked the build folder but didnt find any apk. Also i ran gradlre check command and it gives me this error image i don't understand it, what annotations?

rgeorge04 commented 3 years ago

It should just generate .apk file you need to install - check "build" folder Alternatively if you just want module .apk without any changes, you can find pre-built one on my fork (either in releases or in artefacts)

i checked the build folder but didnt find any apk. Also i ran gradlre check command and it gives me this error image i don't understand it, what annotations?

nevermind i fixed the issue i installed the app from pc using the command installDebugAndroidTest, i can see the app in apps manager, but dont know how to actually make it work

rgeorge04 commented 3 years ago

It should just generate .apk file you need to install - check "build" folder Alternatively if you just want module .apk without any changes, you can find pre-built one on my fork (either in releases or in artefacts)

i checked the build folder but didnt find any apk. Also i ran gradlre check command and it gives me this error image i don't understand it, what annotations?

nevermind i fixed the issue i installed the app from pc using the command installDebugAndroidTest, i can see the app in apps manager, but dont know how to actually make it work

nevermind i found the solution, i had to activate it as an edxposed module, i can close the quiestion now