Signing Android apps on Phonegap for release
You will need to digitally sign your apps for release if you want to install them on your device for live testing. If not you will get a parse error when installing. We will need to use the keytool from the JDK to create a key we can use to sign our apps whenever we […]