Chap-9. Publishing Android Application To Market: Android Development Life Cycle
Chap-9. Publishing Android Application To Market: Android Development Life Cycle
Chap-9. Publishing Android Application To Market: Android Development Life Cycle
Android application publishing is a process that makes your Android applications available to
users. Infect, publishing is the last phase of the Android application development process.
Once you developed and fully tested your Android Application, you can start selling or
distributing free using Google Play (A famous Android marketplace). You can also release your
applications by sending them directly to users or by letting users download them from your
own website.
You can check a detailed publishing process at Android official website, but this tutorial will
take you through simple steps to launch your application on Google Play. Here is a simplified
check list which will help you in launching your Android application –
Ste Activity
p
5 SDK and Screen Compatibility It is important to make sure that your app
is designed to run properly on the Android platform versions and device
screen sizes that you want to target.
Dx tools(Dalvik executable tools ): It going to convert .class file to .dex file. it has useful for
memory optimization and reduce the boot-up speed time
AAPT(Android assistance packaging tool):it has useful to convert .Dex file to.Apk
APK(Android packaging kit): The final stage of deployment process is called as .apk.
You will need to export your application as an APK (Android Package) file before you upload it Google
Play marketplace.
1. To export an application, just open that application project in Android studio and select Build →
Generate Signed APK from your Android studio and follow the simple steps to export your
application –
2. Next select, Generate Signed APK option as shown in the above screen shot and then click it so
that you get following screen where you will choose Create new key store to store your
application.
3. Enter your key store path,key store password,key alias and key password to protect your
application and click on Next button once again. It will display following screen to let you create
an application –
4. Once you filled up all the information,like app destination,build type and flavours
click finish button While creating an application it will show as below :
Finally, it will generate your Android Application as APK formate File which will
be uploaded at Google Play marketplace.
Once you are a registered user at Google Play, you can upload release-ready APK for your application
and finally you will complete application detail using application detail page as mentioned in step 9 of
the above mentioned checklist.
2. Photoload.
3. Aptoide
4. Amazon Appstore
5.1Mobile.
6. Insyde Market
8. F-Droid
9. Yandex Store.