Keystore Debug ?

Im trying to submit my App to google play , but my app its build with Key Alias Debug , I need to build using a KeyStore Debug , how can I find or create the Keystore in my mac ?

heres the message I have when I trying to add my app
Upload failed
You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode.
You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK with a certificate that expires farther into the future. [import]uid: 180288 topic_id: 35622 reply_id: 335622[/import]

See this guide:

http://developer.coronalabs.com/content/building-devices-android

In particular right below that first screen shot, is this link:

http://developer.android.com/intl/de/guide/publishing/app-signing.html

Make sure to read both of these. The second one covers creating the release keystore. You cannot release with a debug keystore.

[import]uid: 199310 topic_id: 35622 reply_id: 141630[/import]

If you read the above it will look like a complicated process. In reality it is just one line of code.

Please look at this post first:
http://developer.coronalabs.com/forum/2011/04/16/signing-android-applications-3-easy-steps

I have no idea why corona does not make this post sticky or copy it to their tutorial explanation page.
[import]uid: 100901 topic_id: 35622 reply_id: 141679[/import]

See this guide:

http://developer.coronalabs.com/content/building-devices-android

In particular right below that first screen shot, is this link:

http://developer.android.com/intl/de/guide/publishing/app-signing.html

Make sure to read both of these. The second one covers creating the release keystore. You cannot release with a debug keystore.

[import]uid: 199310 topic_id: 35622 reply_id: 141630[/import]

If you read the above it will look like a complicated process. In reality it is just one line of code.

Please look at this post first:
http://developer.coronalabs.com/forum/2011/04/16/signing-android-applications-3-easy-steps

I have no idea why corona does not make this post sticky or copy it to their tutorial explanation page.
[import]uid: 100901 topic_id: 35622 reply_id: 141679[/import]

Full tutorial here.

Full tutorial here.