while uploading file to android market error

后端 未结 1 1677
迷失自我
迷失自我 2021-01-25 00:55

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.

相关标签:
1条回答
  • 2021-01-25 01:48

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

    0 讨论(0)
提交回复
热议问题