I have done an app using Lua Glider and Corona… I want to upload to app store, but i have this problems:
Upload failed
You uploaded an APK that can be debugged . For security reasons , you should disable debugging to publish the file in Google Play. More information about APK files debuggable
You uploaded an APK signed in development mode . You must sign the APK file on the mode of publication . Learn how to sign files
You uploaded an APK signed with a certificate that expires too soon. You must sign your APK file with a certificate expires later. Learn how to sign files.
It sounds like you signed the app using a “debug” keystore. You need to sign apps with a “release” keystore when they are going to market. Please see this guide for details on how to generate this keystore:
Don’t issue these commands in the java directory/subdirectory. You will not be allowed to create a file there, which is why you are getting the access denied message.
You can go to any directory where you have rights to write files. I have a folder I call “work” or “junk” or something like that where I do things like this. As long as the java folder is in your path (assuming you are using Windows), you should be ok. You can also enter the commands with a full path to your java directory, and that will be fine too.
when i enter this, a message appears, im spanish and the error appears in spanish so im trying to traduce… the message says like : keytool is not recognized as an internal or external command, operable program or batch file
Can you confirm you have a C:\Program Files (x86)\Java\jre6 folder? Perhaps try and do a directory of your C:\Program Files (x86)\Java\jre6\bin folder and see what’s there?