【发布时间】:2018-03-04 12:10:48
【问题描述】:
我制作了一个应用程序,然后创建了一个 APK,生成了一个签名的 APK(我使用的是 AndroidStudio 3.0)。
我试图发布它,但我遇到了这个问题:“您必须使用不同的包名称,因为“com.example”受到限制。”我在youtube上搜索然后我解决了这个问题。
现在,当我将 APK 发布到 Google Developer Console 时,我遇到了另一个问题。 APK已签名我不知道为什么这不起作用....
错误是:"You uploaded an APK signed with a certificate that is not yet valid. You must sign the APK file with a certificate that is valid"
【问题讨论】:
-
它是您应用的第一个上传版本吗?您之前是否为此应用上传过任何 apk?
-
你的包的名字是“com.example”吗?或者你只是不想在这里发布?
-
是的,是我的第一个版本的应用程序。我的第一个应用!
-
嗯...你能提供更多细节吗?当我上传我的第一个 APK 时,第一次一切正常。我使用的是 AndroidStudio 内置证书系统。您是如何创建证书的?
标签: android google-play google-developers-console