问题的目的:我从哪里获得“release.keystore”?
我已准备好将我的应用打包/导出到.apk
我使用Google地图,因此无法再使用我的调试密钥。
现在,我必须使用“release”密钥库自行签署我的应用并创建一个发布密钥。
唯一的问题,我该怎么做?
我在这里:https://developers.google.com/android/maps-api-signup,准备插入我的新密钥,在这里:http://developer.android.com/guide/publishing/app-signing.html,准备好在不同的链接上,并进行Google搜索。
此版本密钥库在哪里?如何自行签署我的应用程序?它只能从我的网站上获得,而不是来自Android市场。
我还需要为Google生成一个发布密钥。
答案 0 :(得分:1)
此版本密钥库在哪里?
无论您何时创建,followed the instructions in the documentation。
如何自行签署我的应用?
使用jarsigner
或Eclipse,如in the documentation所示。