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

当我尝试将应用程序上传到 Android Playstore时,我收到以下错误:
ERROR: dump failed because no AndroidManifest.xml found

我采取的步骤:

>新硬盘,安装干净的jre,jdk
>下载android eclipse捆绑包 – 今日最新版本
>制作一个新项目,样本.简单的你好世界
>使用向导签名,创建证书等.
>尝试将其上传到市场上…… =错误!

我尝试了很多组合,不同的eclipse版本.甚至手动签名.它不起作用
如果我尝试运行aapt dump badging,我会得到同样的错误.

如果有人知道解决方案……

(LATER EDIT):你可以找到最快的解决方案,而不必在墙上撞到你的头,这是我自己接受的答案.无论如何,InteliJ比eclipse好100倍.

解决方法

following points are need to be taken care of while uploading file on
android market

“android:versionCode” attribute from AndroidManifest.xml is proper.
“android:versionName” attribute from AndroidManifest.xml is proper.
The package name is very unique,. Because all the apps on android market are separated by the package.

see all this is in place….

取自while uploading file to android market error

相关文章

Android 如何解决dialog弹出时无法捕捉Activity的back事件 在...
Android实现自定义带文字和图片的Button 在Android开发中经常...
Android 关于长按back键退出应用程序的实现最近在做一个Andr...
android自带的时间选择器只能精确到分,但是对于某些应用要求...