ERROR: dump failed because no AndroidManifest.xml found(错误:转储失败,因为没有找到 AndroidManifest.xml)
问题描述
当我尝试将应用程序上传到 Android Play 商店时,我收到以下错误:
When I try to upload an application to Android Play store I get the following error:
ERROR: dump failed because no AndroidManifest.xml found
我采取的步骤:
- 新硬盘,安装干净的 jre、jdk
- 下载 Android eclipse 包 - 今天最新版本
- 创建一个新项目,示例.简单的你好世界
- 使用向导对其进行签名、创建证书等
- 尝试将其上传到市场...=错误!
我尝试了很多组合,不同的 Eclipse 版本.甚至手动签名.它不起作用.如果我尝试运行 aapt dump badging
我会得到同样的错误.
I tried many combinations, different eclipse versions. Even to sign it manually. It doesn't work.
If I try to run aapt dump badging
I get the same error.
推荐答案
- 编译它并导出Linux下的项目(eclipse)
- 切换到 InteliJ Studio(推荐)
windows 7,8下eclipse好像时不时出现问题.
It seems that from time to time there is a problem with eclipse under Windows 7,8.
这篇关于错误:转储失败,因为没有找到 AndroidManifest.xml的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:错误:转储失败,因为没有找到 AndroidManifest.xml


基础教程推荐
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01