I’m trying to export a signed android application in eclipse. I make it to the keystore dialog box and am prompted to enter a keystore password. I do not have a password for my keystore. Is there anyway to export an app without a password? If not how do I change my password?
Thanks
EDIT: I left out some important info. My keystore does not require a password to access it. It is the default debug keystore that eclipse uses.
I think you answered your own question:
Check out the developer docs related to signing for release. You’ll need to create a release keystore:
http://developer.android.com/guide/publishing/app-signing.html#releasemode