错误:转储失败,因为没有找到 AndroidManifest.xml

2022-01-20 00:00:00 android google-play eclipse

当我尝试将应用程序上传到 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.

相关文章