在 Google Play Developer Console 中上传 APK 时出错
Error uploading APK in Google Play Developer Console
我最近在 Google Play Developer Console
上创建了我的第 4 个项目。从昨天开始,我尝试在 Alpha 中上传第一个项目 APK
,但出现此错误:
You uploaded an APK signed with a certificate that expires too soon.
You need to sign your APK with a certificate that expires farther into
the future.
我总是使用 keytool
生成密钥并开发,生成 APK
并使用 Android Stuido
签名。
我已经用我的第一个项目创建了我的 keystore
,并且该项目一切正常。第二个和第三个也没有问题。
我已经尝试使用 -validity 20000
就像描述的那样 here or here 但我收到了相同的错误消息。
这是我用来创建密钥的命令:
keytool.exe -genkey -v -keystore "my_key_store" -alias "my_alias_key" -keyalg RSA -keysize 2048 -validity 20000
感谢您的帮助。
编辑:
可能是报错信息有误。我列出了关键信息并且过期日期是正确的,有效期至
Fri Jul 03 21:21:22 UYT 2071
我只是尝试了相同的命令,以相同的方式签署了 APK
并使用相同的浏览器上传并且运行良好。
似乎是 Google Play Developer Console
中的问题。
很奇怪。
我最近在 Google Play Developer Console
上创建了我的第 4 个项目。从昨天开始,我尝试在 Alpha 中上传第一个项目 APK
,但出现此错误:
You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK with a certificate that expires farther into the future.
我总是使用 keytool
生成密钥并开发,生成 APK
并使用 Android Stuido
签名。
我已经用我的第一个项目创建了我的 keystore
,并且该项目一切正常。第二个和第三个也没有问题。
我已经尝试使用 -validity 20000
就像描述的那样 here or here 但我收到了相同的错误消息。
这是我用来创建密钥的命令:
keytool.exe -genkey -v -keystore "my_key_store" -alias "my_alias_key" -keyalg RSA -keysize 2048 -validity 20000
感谢您的帮助。
编辑:
可能是报错信息有误。我列出了关键信息并且过期日期是正确的,有效期至
Fri Jul 03 21:21:22 UYT 2071
我只是尝试了相同的命令,以相同的方式签署了 APK
并使用相同的浏览器上传并且运行良好。
似乎是 Google Play Developer Console
中的问题。
很奇怪。