GLBasic forum

Main forum => GLBasic - en => Topic started by: kaotiklabs on 2012-Jun-13

Title: apks in android
Post by: kaotiklabs on 2012-Jun-13
Hi,

can anyone explain me wich are the differences between the different apks that are beeing generated?
debug, debug-unaligned and unsigned

which one is the installed by default?
is the release version the usigned one?

thanks!
Title: Re: apks in android
Post by: FutureCow on 2012-Jun-14
Debug and debug-unaligned would be signed with a debug key.
The unaligned refers to memory alignment in the destination device.
The release version is the unsigned one (ie it hasn't been signed by a security key).