android - Want to publish my .apk file on playstore -


i want publish app on play store. first asked me signed .apk file , did using debug.keystore , again i'm trying upload .apk , saying "you created apk in debug mode, have create in release mode" tried method still got no success. can me plzzz?

you need create own signed key in order publish app. simple , can done eclipse.

just follow quick guide:

  1. right click on project in eclipse -> android tools -> export signed application package
  2. click next
  3. select "create new keystore", choose location, enter password
  4. click next , fill needed fields. write 25 years in validity. (it minimum)
  5. click next , chose want place apk google play

thats all. next time when want update app select "use existing key" in step 3.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -