![]() |
Android Build Kodi 17 for Android as Release - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: Android Build Kodi 17 for Android as Release (/showthread.php?tid=312916) |
Build Kodi 17 for Android as Release - Nednil - 2017-04-22 Hi, I have followed the guide at this thread http://forum.kodi.tv/showthread.php?tid=306050 and successfully build my own version with a little tweak for my Philips TV. (a setting to force AC3 Transcoding without enabling sync playback to display) this becomes a debug build where I cant disable the debug log. So I want to build a release version. I found in /tools/depends/Makefile.include.in DEBUG_BUILD=yes that I Changes to DEBUG_BUILD=no Building a new version went well, and got an apk file. But installing this on the TV failed direclty when I opened the apk file. With an Error during the Analysing phase of the file. Did I changed the correct setting to build a release version? Or Do I miss a release key in the Keystore on my ubuntu setup? I only created a debug key as told in the guide I followed. RE: Build Kodi 17 for Android as Release - wsnipex - 2017-04-22 in tools/depends: ./configure --disable-debug ...... RE: Build Kodi 17 for Android as Release - Nednil - 2017-04-23 Thank you! It worked great ![]() RE: Build Kodi 17 for Android as Release - DaVu - 2017-09-01 Please stop posting useless links that arenĀ“t even related to the topic. RE: Build Kodi 17 for Android as Release - Nednil - 2017-09-22 (2017-09-07, 03:09)kjngwjtch Wrote:(2017-04-22, 15:59)Nednil Wrote: Hi, I dont understand what I should explain better, I got an answer from wsnipex that worked? |