I posted this over on the Phonegap forum and been looking around the net, but this is the issue that I am having and wanted to see if anyone had any input as to what may be going wrong.
Ok I am trying to make the signed key to make a android app using the current java sdk and the following command: keytool -genkey -keyalg RSA -alias selfsigned -sigalg MD5withRSA -keystore keystore.jks -storepass password -validity 360 -keysize 2048
I go through the rest of it, name, password etc and get a .jks file however when I try to add it to my program Phonegap gives me a "error: extension .jks did not match expected (keystore)" any thoughts?
Thanks