Upload APK to Google Play

Hi,

I create a keystore file following the topics below:

http://developer.coronalabs.com/forum/2011/04/16/signing-android-applications-3-easy-steps

First, I use keytool in Java to do the following:

keytool -genkey -v -keystore BoxGame.keystore -alias BoxGame -keyalg RSA -validity 999999

and it create a BoxGame.keystore for me successfully.

After I create the keystore file,  I run Corona Program, open my lua file and using that keystore file to create a new APK(BoxGame.apk), and that’s my new APK file(BoxGame.apk) that can upload to Google Play.

But when I try to uploading the APK(BoxGame.apk) to the google play, it says that " You uploaded a debuggable APK".

Am I miss some steps?

What’s wrong? Somebody helps me. Thank you.

Soo Wee Chai