Android Build Kodi 17 for Android as Release
#1
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.
Reply
#2
in tools/depends: ./configure --disable-debug ......
Reply
#3
Thank you!
It worked great Smile
Reply
#4
Please stop posting useless links that aren´t even related to the topic.
Reply
#5
(2017-09-07, 03:09)kjngwjtch Wrote:
(2017-04-22, 15:59)Nednil Wrote: 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.

Can you explain it to me better?

I dont understand what I should explain better, I got an answer from wsnipex that worked?
Reply

Logout Mark Read Team Forum Stats Members Help
Build Kodi 17 for Android as Release1