When I try to upload an application to android playstore I get the following error:
ERROR: dump failed because no AndroidManifest.xml found
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....
taken from while uploading file to android market error