【发布时间】:2013-01-18 14:11:31
【问题描述】:
我已经在 google play 上创建了我的应用程序,当我提交 APK 时,我收到了这个错误:
Upload failed
Your APK cannot be analyzed using 'aapt dump badging'. Error output:
Failed to run aapt dump badging:
ERROR: dump failed because no AndroidManifest.xml found
我的项目中显然有一个 AndroidManifest.xml 文件,我也将我的 .apk 压缩为 .zip,我不知道哪里出了问题。
【问题讨论】:
-
我认为您正在尝试从 Eclipse 工作区上传完整的项目..!你去过Signing Your Apps吗?如果你要上传你的 .apk ..
-
我也有同样的问题。带有 android bundle eclipse 和示例项目!!所以清单或代码中没有错误
-
我在这里回答了这个问题:[别人的问题][1] 希望对您有所帮助! [1]:*.com/a/14497101/1927942
标签: android xml eclipse upload apk