apks in android

Previous topic - Next topic

kaotiklabs

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!
Vote Cthulhu! Because the stars are right!!!!
Ia Ia Cthulhu F' tang!

FutureCow

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).