简体   繁体   English

Google Play开发者控制台将应用显示为未签名

[英]Google Play Developer Console shows app as unsigned

I got the error: JAR_SIG_NO_SIGNATURES , when I try to publish my brand new app on the Play Store. 当我尝试在Play商店上发布全新的应用程序时,出现错误消息: JAR_SIG_NO_SIGNATURES I have tried checking the V1, V2, and both boxes together, none of them solved the issue. 我试过一起检查 V1,V2和两个框,但没有一个解决问题。 That seems to be the only solution I can find. 那似乎是我能找到的唯一解决方案。

I am using app-release.apk and there are no errors upon the signed APK being built. 我正在使用app-release.apk,并且在构建签名的APK时没有错误。

Just because you generate release type of your .APK doesn't mean it's being automatically signed. 仅仅因为您生成.APK release类型并不意味着它会被自动签名。 You need to get familiar with this steps to sign your app. 您需要熟悉此步骤才能对您的应用进行签名。

Bottom line, you need to generate a release key that will be used to sign your builds. 最重要的是,您需要生成一个发布密钥,该发布密钥将用于对您的构建进行签名。 This can be done various ways, the easiest one being following Android Studio IDE steps in 这可以通过多种方式完成,最简单的方法是按照

Build -> Generate Signed Bundle / APK

I realised as I took the screenshots that I wasn't logged into the owner account and hadn't yet accepted the terms of service to allow Google to manage app signing. 当我截取屏幕截图时,我意识到我尚未登录所有者帐户并且尚未接受服务条款以允许Google管理应用签名。

I contacted Google and asked for the owner email, which happened to be one I made years ago, then was allowed to accept and upload my app. 我与Google联系并要求提供所有者电子邮件,该电子邮件恰好是我几年前写的,然后被允许接受并上传我的应用。 Thanks all. 谢谢大家

This is now resolved. 现在已解决。

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

相关问题 Google Play Developer Console - 如何在其他国家/地区提供应用程序? - Google Play Developer Console - How to make app available in other countries? 无需在Google Play开发者控制台中注册帐户即可进行应用内结算 - In-App billing without having account at Google play developer console 无法在Google Play开发者控制台中停用生产应用以支持测试版 - Can not disable production app in Google Play Developer Console in favor of beta Google Play游戏服务无法在开发者控制台中授权我的应用 - Google Play Game Services is Unable to authorise my app in developer console Google Play 开发者控制台:应用卡在“正在处理更新” - Google Play Developer Console: App stuck in “Processing Update” 如何从Google Play开发者控制台删除暂停的应用? - How delete suspended app from google play developer console? 通过Google Play开发者控制台进行A / B测试应用功能 - A/B testing app features via Google Play Developer Console Google Play开发者控制台:授予对单个应用的读取权限 - Google Play Developer Console: grant read access to single app 如何在 Google Play 开发者控制台中找到 Android 应用程序的帐户所有者? - How to find account owner for Android app in Google Play Developer Console? 如何从Google Play开发者控制台中删除或隐藏已暂停的应用程序? - How to remove or hide suspended app from google play developer console?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM