简体   繁体   English

如何为我的Android Android Play应用签名证书?

[英]How to sign a certificate for my App for Android Google Play?

I get this error when Im trying to upload my App to Google Play: 我在尝试将我的应用上传到Google Play时收到以下错误消息:

Upload failed You uploaded an APK that was signed in debug mode. 上传失败您上传了在调试模式下签名的APK。 You need to sign your APK in release mode. 您需要在发布模式下对APK进行签名。 Learn more about signing. 了解有关签名的更多信息。 You have exceeded the daily APK upload limit. 您已超出每日APK上传限制。 Please upload your APK tomorrow. 请明天上传您的APK。

Im using PhoneGap Builder and I uploaded a file index.html and I get the file converted to a .APK file, but I can not upload the App to Google Play, It asking about the license key. 我使用PhoneGap Builder并上传了文件index.html,并将文件转换为.APK文件,但无法将应用程序上传至Google Play,它询问许可证密钥。

Actually you are trying to upload the apk which is Signed by debug certificate. 实际上,您正在尝试上传由调试证书签名的apk。 You need to create your own certificate and then sign your application with that. 您需要创建自己的证书,然后使用该证书签名您的应用程序。

Signing Your Applications is the best tutorials for that. 签署您的应用程序是最好的教程。 And How to sign an android apk file is also a very good resource. 而且, 如何签名android apk文件也是一个很好的资源。


Image representation is at Build Android application package file (APK) using Eclipse IDE and Android Developer Tools (ADT) Plugin 使用Eclipse IDE和Android开发工具(ADT)插件Build Android应用程序包文件(APK)中显示图像


As you are using PhoneGap so Android Signing from PhoneGap is the official documentation. 由于您正在使用PhoneGap,因此从PhoneGap进行Android签名是官方文档。

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

相关问题 如何为 Google Play 商店签署我的 flutter 应用程序? - How do I sign my flutter app for google play store? 如何为Google Play签名我的应用捆绑包? - How do I sign my app bundle for Google play? 如何签署我的Android apk for Google Play提交 - How do I sign my Android apk for Google Play submission 为什么我的已部署Android应用程序没有调试应用程序登录,却为何未登录Google Play服务? - Why doesn't my deployed Android app sign into Google Play Services, while my debug app does? Android如何使用Trusted(!)证书对应用程序进行数字签名 - android how to digitally sign app with trusted(!) certificate 如何注册 Google Play 而我的国家不在那里? - How to sign up in google play and my country not there? 如何在我的Android应用程序中集成谷歌+登录? - How to integrate google+ sign in my android app? 如何从 Google Play 获取密钥库文件以签署我的应用程序以进行发布 - How to get keystore file from Google Play to sign my app to publish 在Android Studio中使用应用实现Google Play登录时遇到问题 - Trouble Implementing Google Play Sign in with app in Android Studio 如何在Google Play商店上升级用于签署Android应用程序的私钥? - How to upgrade the private key used to sign a android app on google play store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM