
Discover how to prepare your Android app for publishing, sign it digitally, set up a Google Play Store publisher account, create your listing, and publish and update your app.
Learn to remove log method calls from your release build by enabling ProGuard and configuring rules in Gradle, ensuring code optimization and improved security.
Remove log method calls from your Android app for release builds by configuring ProGuard rules in Eclipse, enabling obfuscation and shrinking to strip log entries.
Learn to digitally sign and export a release apk from Android Studio by creating a key, entering details, selecting the release build, and locating the signed apk for Google Play.
Sign and export the Android app by creating a new keystore in Eclipse, configuring the key alias and passwords, and saving the signed APK for Google Play Store upload.
Register for a Google Play publisher account by paying a $25 one-time fee, set up a Google Wallet merchant account when selling apps, and publish via Google Play developer console.
Learn to create and publish a Google Play store listing and upload your signed APK. Configure language, descriptions, assets, pricing, distribution, and production or testing options before publishing.
Increase the version code in the manifest (and version name if needed) before updating a published app on Google Play, then sign and upload the new APK to production.
Ever wanted to know what are the required steps to publish your Android mobile application in the Google Play Store?
By taking this course you will find out what these steps are, how to prepare your app for publishing, how to sign up for a Google Publisher account, how to create your store listing and how to publish and update your Android App.
Both Android Studio and Eclipse IDE will be used.
After watching this course you will be able to:
• Find out what are the necessary steps of publishing an Android App
• Optimize your Android App before publishing to the Play Store
• Use both Android Studio and Eclipse IDE to generate a signed APK
• Register for a publisher account with Google
• Create the Store Listing for your Android App
• Publish your Application on Google Play Store
• Update your previous published App