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