forked from ruboto/ruboto
-
Notifications
You must be signed in to change notification settings - Fork 0
Publishing to the market
Jacky Alciné edited this page Nov 13, 2013
·
6 revisions
https://play.google.com/apps/publish
Read and follow
- 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
keytool -genkey -v -keystore ~/android_market.keystore -alias android_market -keyalg RSA -keysize 2048 -validity 10000
Edit local.properties and add properties for your keystore:
key.store=/home/uwe/android_market.keystore
key.alias=android_market
rake release