Instructions to build free.rm.skytube.oss_??.apk #1284
-
Hi @gzsombor, I can only run SkyTube (not extra) on my Android TV. I tried using "Android Studio" to build a new apk, but it only generates an apk for SkyTube-Extra. Can you point me to any instructions to build the apk for free.rm.skytube.oss_??.apk ? with kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
i m just curious.. why you dont use skytube-extra? you said that you can build and generate it.. the extra is also open the difference is that "extra" uses some libraries with non gpl compatible licence as i know |
Beta Was this translation helpful? Give feedback.
-
Android Studio (and Gradle) can be a bit pain, I totally agree :) |
Beta Was this translation helpful? Give feedback.
Android Studio (and Gradle) can be a bit pain, I totally agree :)
You can list most of the build tasks with
gradle tasks
.I regularly call
gradle assembleOssDebug
to build the OSS debug version, and run~/apps/android-sdk-linux_x86/platform-tools/adb install -r app/build/outputs/apk/oss/debug/SkyTube-Oss-2.989.apk
to install it on a locally running emulator.