How do I build a key store on windows for Android if I use Corona SDK instead of Eclipse.

I’m having trouble understanding about building a keystore so that I submit my app to Google. [import]uid: 88495 topic_id: 30547 reply_id: 330547[/import]

find where JAVA is installed and change the location shown below, and execute the KeyTool like so

"C:\Program Files\Java\jre6\bin\keytool" -genkey -v -keystore MyAppName.keystore -alias MyAppName -keyalg RSA -validity 10000  

then follow the command line prompts.

Good Luck

Larry
DoubleSlashDesign.com
[import]uid: 11860 topic_id: 30547 reply_id: 122377[/import]

Your help is needed. I appreciate you taking the time out to answer my question. My keytool opens and closes right away. In Java/Programs i have

j2re1.4.2_13
jdk1.6.0_31
jdk1.7.0_03
jdk1.7.0_07
jre6
jre7

Do I have too many installed? What would be causing my keytool to not stay open? [import]uid: 88495 topic_id: 30547 reply_id: 122381[/import]

I owe you a lot of thanks. This is my first app I’ve pieced together and you have helped me along this path. Thank you. [import]uid: 88495 topic_id: 30547 reply_id: 122382[/import]

Just a small piece of advice: take an hour of your time, remove ALL java installs from your machine, then re-install *only* jdk1.6 / jre6. Corona works with those, and other installs may interfere with it. At least they did with me. [import]uid: 160496 topic_id: 30547 reply_id: 122383[/import]

find where JAVA is installed and change the location shown below, and execute the KeyTool like so

"C:\Program Files\Java\jre6\bin\keytool" -genkey -v -keystore MyAppName.keystore -alias MyAppName -keyalg RSA -validity 10000  

then follow the command line prompts.

Good Luck

Larry
DoubleSlashDesign.com
[import]uid: 11860 topic_id: 30547 reply_id: 122377[/import]

Your help is needed. I appreciate you taking the time out to answer my question. My keytool opens and closes right away. In Java/Programs i have

j2re1.4.2_13
jdk1.6.0_31
jdk1.7.0_03
jdk1.7.0_07
jre6
jre7

Do I have too many installed? What would be causing my keytool to not stay open? [import]uid: 88495 topic_id: 30547 reply_id: 122381[/import]

I owe you a lot of thanks. This is my first app I’ve pieced together and you have helped me along this path. Thank you. [import]uid: 88495 topic_id: 30547 reply_id: 122382[/import]

Just a small piece of advice: take an hour of your time, remove ALL java installs from your machine, then re-install *only* jdk1.6 / jre6. Corona works with those, and other installs may interfere with it. At least they did with me. [import]uid: 160496 topic_id: 30547 reply_id: 122383[/import]