简体   繁体   中英

while uploading file to android market error

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 unzip the .apk file, the AndoridManifest.xml file is there.

What's the problem?

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....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM