Skip to content

Publishing to the market

Jacky Alciné edited this page Nov 13, 2013 · 6 revisions

Register as an Android developer

https://play.google.com/apps/publish

Get informed

Read and follow

Generate a signing key

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

Make the release package

rake release

Clone this wiki locally