Android电子市场 - 错误而上传APK文件电子市场、错误、上传、文件

由网友(巷.)分享简介:刚才我已经开发了一个应用程序,现在我已经准备好将其上传到Android市场,但是,当我想上传,它显示了以下错误消息:Just now I have developed an application and now I am ready to upload it to Android market,but when...

刚才我已经开发了一个应用程序,现在我已经准备好将其上传到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

http://developer.android.com/guide/publishing/app-signing.html

阅读全文

相关推荐

最新文章