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