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
基础教程推荐
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
