Saturday, 15 September 2012

cordova - Android - PhoneGap Application (Keystore file Error) -



cordova - Android - PhoneGap Application (Keystore file Error) -

i developing phonegap application through eclipse on android platform. code ready , run perfectly.

now, create signed apk in release mode. so, when upload keystore file on "build.phonegap.com", , click on "submit key", got error this: "error: extension did not match expected (keystore)". don't know going wrong in this.

so, please give me proper solution if have?

thanks in advance.

a command line solution

keytool -genkey -v -keystore yourappname.keystore -alias appnamealias -keyalg rsa -keysize 2048 -validity 10000

according to: this post

android cordova android-keystore phonegap-build

No comments:

Post a Comment