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


- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01