S smita Newbie Dec 22, 2010 #1 How to create apk file for android application and create it's installer for installing on device. what is sign and unsign apk?
How to create apk file for android application and create it's installer for installing on device. what is sign and unsign apk?
kejlyCZ Android Enthusiast Dec 22, 2010 #2 .apk is created with aapt : Tools Overview | Android Developers it has to be signed (I think it was possible to install unsigned apks on G1 developer phones, but generally all apks have to be signed) : Signing Your Applications | Android Developers
.apk is created with aapt : Tools Overview | Android Developers it has to be signed (I think it was possible to install unsigned apks on G1 developer phones, but generally all apks have to be signed) : Signing Your Applications | Android Developers