How do i upload an APP i created?

To the Android Market? Go to http://market.android.com/publish with your developer account (you will need to pay for one at $25 - this helps reduce spamming of the Market). Your app will need to be exported as an APK signed with your private certificate, and zipaligned to 4 bytes, otherwise the Market will reject your app. Debug mode should be turned off. Your app should be versioned. Of course all this is in the Android Developer Guide:
http://developer.android.com/guide/publishing/versioning.html
http://developer.android.com/guide/publishing/preparing.html
http://developer.android.com/guide/publishing/app-signing.html
http://developer.android.com/guide/publishing/publishing.html

Upload to a website? Use FTP.
 
How do i upload an App to the Android Market Place?

I created an APP and i want to upload it to the market place, so others can download. Can someone please advise?
 
http://market.android.com/support/bin/topic.py?hl=en&topic=15866

After you're registered and all, then: http://market.android.com/support/bin/answer.py?hl=en&answer=113469

Basically you sign your .apk file (utility provided in Eclipse), and then you upload the .apk file through the android developer console. That's it.
 
Threads merged.

AndroidLover - there's no need to start a new thread when your previous one with the exact same question has already been answered
 
Back
Top