简体   繁体   English

将APK上传到Google Play时清单错误

[英]Error with manifest when uploading APK to Google Play

When I upload my APK to Google Play, I get this error about my manifest: 当我将APK上传到Google Play时,出现有关清单的错误: Google Play错误

I used Basic4Android to make my application. 我使用Basic4Android制作了我的应用程序。

This is my manifest file: 这是我的清单文件: 清单图片

Please help. 请帮忙。

If you are uploading a zip file that contains the Manifest and the apk file, then please don't. 如果要上载包含清单和apk文件的zip文件,请不要这样做。 You just have to upload/submit the apk file. 您只需要上传/提交apk文件。 Make sure that you sign the apk file with a release key and not the default debug key/certificate. 确保使用释放密钥而不是默认调试密钥/证书对apk文件进行签名。

Your apk file already contains manifest file in it. 您的apk文件已包含清单文件。 So, no need to zip it again. 因此,无需再次压缩它。

More info on prepping your apk for release: Prep for publish HTH. 有关准备发布APK的更多信息: 准备发布 HTH。

You do not upload a .zip file you just upload the .apk . 您不上传.zip文件,而仅上传.apk Google play can get the AndroidManifest.xml data straigt from the .apk file. Google Play可以从.apk文件中获取AndroidManifest.xml数据。

For more just follow the Publishing Guide 有关更多信息,请遵循发布指南


You can also check out that answer: 您还可以查看该答案:

Upload Android app to google play step by step...? 将Android应用程序逐步上传到Google Play ...?


Signing Guides for Basic4Android , Android Developer Console 适用于Basic4Android的签名指南, Android开发者控制台

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

相关问题 将APK上传到Google Play时出错 - Error with Uploading APK to Google Play 上载新APK时,Google Play商店上的配置错误消息 - configuration error message on google play store when uploading new APK 在Google Play开发者控制台中上传APK时出错 - Error uploading APK in Google Play Developer Console 在Google Play上上传.apk时出错 - error while uploading .apk on google play 将Apk上传到Google Play商店时显示错误消息 - Error message showing while uploading Apk to the google play store 将Android .apk文件上传到Google Play时出错 - Error while uploading Android .apk file to Google Play 上传到Google Play时,android apk不对齐 - android apk not zip aligned when uploading to Google Play 在Google Play商店中上传已签名的apk时使用其他帐户 - Using other account when uploading signed apk in google play store 上载Google Play商店时在Android APK文件上添加关键字 - Adding keyword on android apk file when uploading google play store 将.apk上传到Google Play时出错:此文件无效:获取服务的“ Android名称”属性时出错:该属性不是字符串值 - Error when uploading .apk to google play : this file is invalid: error getting 'android name' attribute for service: attribute is not a string value
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM