简体   繁体   English

在Google Play开发者控制台中上传APK时出错

[英]Error uploading APK in Google Play Developer Console

I recently create my 4th project on Google Play Developer Console . 我最近在Google Play Developer Console上创建了第4个项目。 Since yesterday i am trying to upload the first project APK in Alpha but i am getting this error: 从昨天开始我试图在Alpha中上传第一个项目APK ,但我收到此错误:

You uploaded an APK signed with a certificate that expires too soon. 您上传了使用过期过期的证书签名的APK。 You need to sign your APK with a certificate that expires farther into the future. 您需要使用证书签署您的APK,该证书将在未来到期。

I always generate the keys using keytool and developing, generating the APK and signing using Android Stuido . 我总是使用keytool生成密钥并开发,生成APK并使用Android Stuido签名。

I have created my keystore with my first project and everithing works ok for that project. 我用我的第一个项目创建了我的keystore ,并且该项目的工作正常。 Also no problem with the 2nd and the 3rd. 第二和第三也没问题。

I already try using -validity 20000 like is described here or here but i got the same error message. 我已经尝试使用-validity 20000等进行了说明这里这里 ,但我得到了同样的错误消息。

This is command that i am using to create the key: 这是我用来创建密钥的命令:

keytool.exe -genkey -v -keystore "my_key_store" -alias "my_alias_key" -keyalg RSA -keysize 2048 -validity 20000

Thanks for any help. 谢谢你的帮助。

EDIT: 编辑:

Maybe the error message is wrong. 也许错误信息是错误的。 I list the key information and the expires date is right, is valid until 我列出了关键信息,到期日期是对的,有效期至

Fri Jul 03 21:21:22 UYT 2071 Fri Jul 03 21:21:22 UYT 2071

I just tried the same command, signed the APK in the same way and uploaded using the same browser and it worked fine. 我只是尝试了相同的命令,以相同的方式签署了APK并使用相同的浏览器上传,它工作正常。 Seems to be a problem in Google Play Developer Console . 似乎是Google Play Developer Console的问题。 Very odd. 很奇怪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 上传错误 - 无法将apk文件上传到Google Play开发者控制台 - Upload Error - Cannot upload apk file to Google Play Developer Console 将APK上传到Google Play时出错 - Error with Uploading APK to Google Play 在Google Play开发者控制台上上传的APK无法正常工作 - Apk upload on Google Play developer console not working 将apk上传到Google Play商店后,Firebase身份验证失败并显示“Developer Error” - Firebase Authentication is failing with “Developer Error” after uploading apk to google play store Google Play开发者控制台错误:签名的APK配置错误,成就和排行榜意外错误 - Google Play Developer Console Errors : Signed APK Config Error, Achievements and Leaderboards unexpected error 将APK上传到Google Play时清单错误 - Error with manifest when uploading APK to Google Play 在Google Play上上传.apk时出错 - error while uploading .apk on google play 我想将 apk 发布到 Google Play 开发者控制台时出错 - I have an error when I want to publish apk to the Google Play developer console 除了开发者控制台之外,还有其他方法可以将apk上传到Google Play吗? - Is there an alternative way to upload an apk to Google Play besides the developer console? 以编程方式从Google Play Developer Console下载APK文件 - Download APK file from Google Play Developer Console programmatically
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM