Android电子市场 - 错误而上传APK文件 [英] Android Market - Error While Uploading APK file

查看:175
本文介绍了Android电子市场 - 错误而上传APK文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

刚才我已经开发了一个应用程序,现在我已经准备好将其上传到Android市场, 但是,当我想上传,它显示了以下错误消息:

Just now I have developed an application and now I am ready to upload it to Android market, but when I am trying to upload, it shows the following error message:

市场不接受APK与调试证书签名。创建一个新的证书有效期为ATLEAST 50年。市场要求的认证用于签名的apk有效期至少到10月22日,2033年创建一个新的证书。

Market does not accept apk signed with the debug certificate. Create a new certificate that is valid for atleast 50 years. Market requires that the certificated used to sign the apk be Valid until at least October 22, 2033. Create a new Certificate.

现在我该如何解决这个问题,让我可以上传APK文件到Android市场的成功?

Now how do I fix this problem, so that I can upload the APK file to Android market successfully?

推荐答案

在开发和测试,你可以在调试模式(调试证书)。

While developing and testing, you can compile in debug mode(debug certificate).

当您的应用程序准备好发布,则必须编译发布模式,然后登录你的私钥对.apk文件。

When your application is ready for release, you must compile in release mode and then sign the .apk with your private key.

下面的链接提供了可以帮助你

The following link gives will help you

<一个href="http://developer.android.com/guide/publishing/app-signing.html">http://developer.android.com/guide/publishing/app-signing.html

这篇关于Android电子市场 - 错误而上传APK文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆