2020-02-14, 00:36
Hello,
I'm following this guide to compile the last stable Leia 18.5: https://github.com/xbmc/xbmc/blob/18.5-L...Android.md
I've done all the steps, only changing the command to clone the git by:
I've compiled with success the apk, and I've tried it and it's working correctly.
My problem is that I don't know how to compile it without including all the binary addons listed here: https://github.com/xbmc/repo-binary-addons
I've tried to do it skiping the step on the guide related with binary addons build, but the binary addons are also included inside the final apk, increasing its size to 122MB, so it doubles the size off the oficial 18.5 apk.
On the official 18.5 apk these addons are not included (I think) so I want to do the same for my custom Kodi apk. Anyone can help me please?
My host platform is Ubuntu, and the target platform is android armv7.
Thanks!
I'm following this guide to compile the last stable Leia 18.5: https://github.com/xbmc/xbmc/blob/18.5-L...Android.md
I've done all the steps, only changing the command to clone the git by:
Code:
git clone -b 18.5-Leia https://github.com/xbmc/xbmc kodi
My problem is that I don't know how to compile it without including all the binary addons listed here: https://github.com/xbmc/repo-binary-addons
I've tried to do it skiping the step on the guide related with binary addons build, but the binary addons are also included inside the final apk, increasing its size to 122MB, so it doubles the size off the oficial 18.5 apk.
On the official 18.5 apk these addons are not included (I think) so I want to do the same for my custom Kodi apk. Anyone can help me please?
My host platform is Ubuntu, and the target platform is android armv7.
Thanks!