如何签收市场的Android应用程序?
我最近发布了市场上我的第一个应用程序。我想在我的手机上安装应用程序,它被释放之后。但安装时我得到一个错误,指出应用程序是错误的签署。我也有很多不好的评级为我的应用程序,因为别人无法安装它。
I've recently released my first app on the market. I tried to install the app on my phone immediately after it was released. But when installing it I got an error saying that the app was wrongly signed. I also got lots of bad ratings for my app because other people couldn't install it as well.
所以我的问题是:如何才能正确签我的应用程序?有没有办法释放市场上的应用程序之前测试的结果?
So my question is: how can I sign my app correctly? Is there any way to test the result before releasing the app on the market?
BTW:我用Eclipse内置的功能来导出签名的apk文件
BTW: I used the built in function of eclipse to export the signed apk file.
您需要创建发布密钥签名的应用程序。
You need to create Release Key for Signing your Application.
步骤:1右键单击项目 - >导出应用程序 - >选择项目 - >下一步 - >选择新的密钥库 - >完成所有剩下的步骤
Step : 1 Right Click Project->Export Application->Select you Project->Next->Select new Keystore -> Complete all rest Steps
步骤:2记下您的别名的名称和密码给
Step : 2 Note down your Alias name and Password given.
步骤:3现在,如果你完全填充细节所有的过程,你会得到一个的.apk文件和密钥库文件在你保存的位置
Step : 3 Now if you Complete all process of Filling Details you will get one .apk file and keystore file in you stored location.
步骤:4现在再次右键单击项目 - >导出应用程序 - >选择项目 - >下一步 - >使用现有密钥库 - >提供的位置和密码 - >下一步
Step : 4 Now Again Right Click Project->Export Application->Select you Project->Next->Use Existing Keystore -> Give location and password->Next
步骤:5您现在的别名将进来的降降频>选择它 - >输入密码 - >下一步
Step : 5 Now you alias name will comes in your Drop Down->Select it -> Enter Password -> Next
步骤:6它会询问你的位置存储你的最后的.apk文件
Step : 6 It will ask for location to store your final .apk file.
步骤:7选择您所在的位置和存储
Step : 7 Select your location and store.
步骤:8现在这个最后.apk文件文件是您签名的应用程序。
Step : 8 Now this Final .apk file is Your Signed Application.
请注意:保持这个密钥库文件作为进一步更新了在Android Market中的应用,也让你的别名和密码
Note : Keep this keystore file for further updated of your Application in Android Market ,also keep track of your Alias name and Password