tags:

views:

60

answers:

1

when i am uploading my application in android market it showing below error

The file is invalid:ERROR:dump failed because no AndroidManifest.xml found.

when i am unzip apk file there i found AndoridManifest.xml file what's the problem i am not getting please help me in this any one have solution

Thanks

Aswan

+1  A: 

Hi,

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

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

see all this is in place....

Vijay C
Thankq for your reply android:versionCode="1" android:versionName="1.0"packagename i am using com.fitzegineering.TeslaCalculatori following everything what u specified but what's the problem
Aswan