How to make a keystore for publishing to Android

Hi guys, 

Yesterday I came across a problem while I tried to publish my corona app to the appstore.

If you have the same problem than here is the solution.

I noticed you can’t just publish your app with de debug keystore provided by corona, you need to make your own keystore.

I did this with eclipse and the Android SDK (Not the Android development kit). 

When you have eclipse and the Android SDK installed you just create a new Android project and make a new keystore.

Here is a video of how to setup Eclipse with the Android SDK on windows 10 (it should work the same on windows 7, 8 etc.):https://www.youtube.com/watch?v=47yY1uCTU0M

And here is a video of how to make the keystore: https://www.youtube.com/watch?v=xmUcj72SvAU

When that’s set, you can publish your Corona app to the Google Playstore.