upload android application to android market
I have developed an Android game application and I开发者_C百科 want to upload it to the Android Market. What is the procedure for this?
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!
Have you read this: http://developer.android.com/guide/publishing/publishing.html ?
Sign up for a developer account: https://play.google.com/apps/publish/signup
Distribute your app: http://developer.android.com/distribute/index.html
精彩评论