Monday, April 30, 2012
ABC Tap is now Live on the Amazon App Store
ABC Tap is now on the Amazon App Store at http://www.amazon.com/Wild-Lion-Software-LLC-ABC/dp/B007Z3KYMY
Saturday, April 21, 2012
ABC Tap For Kindle Fire
We just submitted ABC Tap to the Amazon app store for approval. Works great on the Kindle Fire. Expect to see it in the next couple of weeks!
Creating a Android Keystore For Corona SDK
I recently had some trouble creating a keystore for an Android app I was developing for Corona SDK. Below are the steps I used to generate it. I did this on Windows 8 consumer preview but it should work just fine for Windows 7.
- Find where your Java jdk is installed and open up the bin folder. Mine was located at C:\Program Files (x86)\Java\jdk1.6.0_31\bin.
- Open a command prompt in this directory. A quick way to do this is by shift clicking in the directory and selecting "Open Command Window Here".
- Run the command "keytool -genkey -v -keystore C:\Temp\my-release-key.keystore -alias MyAppName -keyalg RSA -keysize 2048 -validity 10000". Modify these parameters for your situation.
- Enter a password for the keystore when prompted. The password has to be at least 6 characters.
- Enter your information for each question it asks you.
- Screenshots of this process are shown below.
Creating a Android keystore for Corona SDK |
Using the keystore in Corona SDK |
Subscribe to:
Posts (Atom)