错误:转储失败,因为找不到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性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...