How to generate release key in android

笑着哭i 提交于 2019-12-12 19:44:30

问题


i've done simple map application.Here i got api key from debug.keystore .Its working fine on emulator.when i try to get it as apk file & run that on device.,it didnt display map.i think i need to create release key for that.How can i generate release key for that & how can i make my appn signed with that key.Anybody let me know the procedures for that.i used http://developer.android.com/guide/publishing/app-signing.html. But im not much clear.


回答1:


You have to generate a key for the certficate you use to sign your .apk file. Look here to get step by step instructions on this.



来源:https://stackoverflow.com/questions/5015584/how-to-generate-release-key-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!