How To Publish To The Android Market
How To Publish To The Android Market
ANDROID SDK
1 7
So, you've finished developing your Android application after weeks of hard work
and want to release your creation to the world? This article will guide you through
the process of doing so.
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Certain aspects of applications or techniques used in this tutorial have changed
since it was originally published. This might make it a little difficult to follow along.
We'd recommend looking at these more recent tutorials on the same topic:
The Checklist
First and foremost, there are a few crucial checks you have to go through before
getting your application ready. Ask yourself the following questions:
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Getting your application ready
We'll start off by opening AndroidManifest.xml and configuring it.
1 <uses-permission android:name="android.permission.VIBRATE"
/>
2 <uses-permission android:name="android.permission.INTERNET"
/>
3 <uses-permission android:name="android.permission.REBOOT"
/>
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android
"
2 package="com.example" android:versionCode
="1"
3 android:versionName
="1.0.0">
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Note that the API level refers to a special identifier. Here's a handy table that you
can refer to:
1 1.0
2 1.1
3 1.5
4 1.6
5 2.0
6 2.0.1
7 2.1
8 2.2
So to start off, you'll need a private key in order to sign your final APK file, as the
debug key that IDEs use sign your compiled apps by default can't be used.
If you're using Eclipse, you can use the Export Wizard, a friendly GUI-based tool.
Even if you use a different IDE, it might prove to save a lot of time if you use
Eclipse for exporting your application, unless of course your IDE offers the same
functionality.
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
The alternative is to use the command-line based keytool , jarsigner , zipalign
and/or a program like JAR Maker to take care of generating a certificate and signing
the APK file with it. ZIP-alignment is an essential step as it provides a significant
performance boost in terms of memory required for loading it.
Advertisement
Registration
In the next section we're going to examine the final steps of registering at the
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
In the next section we're going to examine the final steps of registering at the
Android market and the process uploading your application.
You should read the Android Market Developer Distribution Agreement carefully, as
you are required to accept the terms and you will be legally bound to them upon
paying the registration fee. While you're at it, take a look at the official Content
Guidelines.
Click the Google Checkout button and pay the one-time registration fee and you're
done!
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Uploading an application
Login to your publisher account and click "Upload an Application". Fill in all of the
form data and include screenshots if you can and provide a precise, short and well-
formatted description. You can also choose whether or not you want to release it as
a free or paid app - though you need to be a registered Google Checkout Merchant
to do the latter and it's currently only available in a handful of countries. Lastly, click
"Publish." Congratulations, you've just successfully published an application to the
Android Market!
Advertisement
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Difficulty: Suggested Tuts+ Course
Beginner
Length:
Short
Categories:
Testing Performance
The Swift Programming Language Start
Translations Available:
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Use Text-to-Speech on Android to
Read Out Incoming Messages
Code
Jobs
Advertisement
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
35 Comments Mobiletuts+
Sort by Best
But, someone has created a KeyStore? my app has created with Sencha Touch and Phonegap
http://bewithandroid.blogspot....
3 Reply Share
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
DogsboroDave 4 years ago
This was EXACTLY what I was looking to find! Thank you for consolidating and making this easier.
1 Reply Share
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
http://androiddeveloperspot.bl...
Reply Share
Thnks.
Sry 4 my english.
Reply Share
thanks
Reply Share
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Very nice article, To the point.
Thanks
Reply Share
CJ 4 years ago
Love this article, and it clearly states each step you need to take in order to make your android app idea a
What I have negativity about is the use of google throughout this whole process. I have just coded my first
3 long months of preparation, registered with google checkout and applied for a merchant account so I co
app as a paid app and make some money from it.
After 3 failed attempts at billing my credit card, I found my account was inactive because it refused to acc
Debit card as means of payment. It also refused to accept my prepaid Mastercard.
So, I created a new whole new account, including a new hotmail address, and used my girlfriends details
mastercard to create an account. I left the website last night and was told it was "processing my account"
Have logged on this morning to find, it's deleted my merchant account. With absolutely NO explanation. T
you should activate the account by sending google a photocopy of your drivers licence or passport, but m
bank related services online just verify your credit card, and be done with it! I have paid the $25 developers
times now, and not one has been accepted.
Sick of this, sick of google, sick of the fact there is no plausible way to get a hold of anyone whom works f
and sick of having what should be a simple job be complicated!
Reply Share
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Advertisement
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
18,892 Tutorials 461 Video Courses
Teaching skills to millions worldwide.
FAQ
Subscribe
Terms of Use
Contact Support Privacy Policy
About Tuts+
Advertise
Teach at Tuts+
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
Build anything from social networks to file upload systems. Build faster
with pre-coded PHP scripts.
Browse PHP on CodeCanyon
2014 Envato Pty Ltd. Trademarks and brands are the property of their respective
owners.
open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com