- Corona SDK Mobile Game Development:Beginner's Guide
- Michelle M. Fernandez
- 75字
- 2021-08-06 19:59:44
Creating the Hello World build for Android
Building our Hello World application is fairly simple since we do not have to create a unique Keystore or Key Alias for debug builds. When you're ready to submit an application to the Google Play Store, you'll need to create a release build and generate your own private key to sign your app. We'll discuss release builds and private keys in more detail later on in this book.