How To Create the Key:
In order to sign your code for releasing software on the Google Play, you need a developer key, that you can create like:
cd /D "%JAVA_HOME%\bin"
keytool.exe -genkey -alias android_developer.keystore -keyalg RSA -keysize 2048 -validity 20000 -keystore android_developer.keystore
That create the file android_developer.keystore. Move that to main root of C: drive amd remember to backup it. Its important.
How to Code Sign it:
1. When you compile a product, you would show how to CODE SIGN it. Invoke that command shown in the Output.
2. You can now use glbasic-release-for-market.apk, which can been used on a Store Front.
Typical Issues:
1. If the path show somethign like Q: as the drive. Then im recommered to move glbasic out from c:\Program Files, because Java dosent like spaces in t he folder name. You should not need to reinstall glbasic, just rename or move it.
2. If you get various Java errors, then make sure to DELETE \distribute\Android\libs and \distribute\Android\src folders. This is prevent old and new files got mixed and give you compile errors.
PS. Im have locked the thread, but im will still update this thread. This because this is a information thread, not to get help in.[/glow]