Tushar
Tushar

Reputation: 5935

upload android application to android market

I have developed an Android game application and I want to upload it to the Android Market. What is the procedure for this?

Upvotes: 1

Views: 3530

Answers (3)

Joe Phillips
Joe Phillips

Reputation: 51120

Sign up for a developer account: https://play.google.com/apps/publish/signup

Distribute your app: http://developer.android.com/distribute/index.html

Upvotes: 0

neteinstein
neteinstein

Reputation: 17613

Have you read this: http://developer.android.com/guide/publishing/publishing.html ?

Upvotes: 3

Nanne
Nanne

Reputation: 64409

First, read the manual, it's not that complicated. But basically:

  • Make an android market account (It will cost you 25 dollars i think)
  • Go to the market.
  • Make sure your apk is signed as described in the manual.
  • Fill in the details of your apk, upload it, etc
  • press Publish
  • ....
  • profit!

Upvotes: 9

Related Questions