I want to publish my app on play store. First it asked me to signed my .apk file and I did it by using debug.keystore and now again i'm trying to upload to .apk and now its saying that "You created this apk in debug mode, you have to create it in release mode" I tried this method too but still i got no success. Can anyone help me plzzz?

有帮助吗?

解决方案

You need to create your own signed key in order to publish app. It is very simple and can be done with Eclipse.

Just follow this quick guide:

  1. Right click on your project in Eclipse -> Android Tools -> Export Signed Application Package
  2. Click Next
  3. Select "create new keystore", choose location, enter password
  4. Click Next and fill needed fields. Write 25 years in validity. (it is the minimum)
  5. Click next and chose where you want to place apk for Google Play

Thats all. Next time when you want to update your app just select "use existing key" in step 3.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top