Kodi android release
#1
how compile kodi for android in release mode, not in debug?
Reply
#2
make -C tools/depends/target/xbmc release
Reply
#3
I had already tried this but the message
make: Nothing to be done to 'release'.
Reply
#4
mhh, try this

Configuration=Release make -C tools/depends/target/xbmc
Reply
#5
nothing yet
make: Nothing to be done to 'all'.
Reply
#6
when i try only
make -C tools/depends/target/xbmc

resul is too
make: Nothing to be done to 'all'.

but even so I can compile, but not in release
Reply
#7
rm libkodi.so before doing the make...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#8
solution
make clean

for the mistake of not being able to use the release, I will test if it will work now
Reply
#9
although I can now run the command with release I still get the apk with the word debug in the name, this is right or has something wrong?
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi android release0