Uploading to the android market? (Please Help)

Hello Everyone!

New user here, and I have made my first app, it’s a soundboard type app, and I am trying to upload it to the Android Market. I have gotten it up on the Apple App Store, which was a hassle too =p.

So far, I have made the 3 .png icons and I have finished all the code.

When I click file>>build, I see keystore and key alias. I am not sure what these are, I know that its has to do something with the terminal…

Please help! I have been browsing the web looking for answers on how sign, and upload the app all day.
Thanks in Advance!! [import]uid: 86879 topic_id: 14682 reply_id: 314682[/import]

On OSX:

Copy & Paste into Terminal:

keytool -genkey -v -keystore yourapporcompanyname.keystore -alias YourAppOrCompanyName -keyalg RSA -keysize 2048 -validity 100000

Follow the Terminal directions, point Corona to the resulting keystore in your ~/username directory.

http://developer.android.com/guide/publishing/app-signing.html [import]uid: 4596 topic_id: 14682 reply_id: 54297[/import]

Wow thanks fro your quick response! I have this after typing that in and filling out questions it asked

Is CN=Kurt Bringsjord, OU=Swello, O=Swello Applications, L=Briarcliff Manor, ST=New York, C=US correct?
[no]:

do I type yes…?

–Thanks Again [import]uid: 86879 topic_id: 14682 reply_id: 54298[/import]

Generating 2,048 bit RSA key pair and self-signed certificate (SHA1withRSA) with a validity of 100,000 days
for: CN=Kurt Bringsjord, OU=Swello, O=Swello Applications, L=Briarcliff Manor, ST=New York, C=US
Enter key password for
(RETURN if same as keystore password):
Re-enter new password:
[Storing SwelloApplications.keystore]
new-host:~ Kurt$

Ok I went ahead and typed yes and it worked…I think… but I am unsure of where it was stored, can anyone help? [import]uid: 86879 topic_id: 14682 reply_id: 54299[/import]