简体   繁体   English

将文件上传到android market时出错

[英]while uploading file to android market error

When i am uploading my application in android market it showing below error 当我在Android Market中上传应用程序时,显示以下错误

The file is invalid:ERROR:dump failed because no AndroidManifest.xml found. 该文件无效:ERROR:转储失败,因为未找到AndroidManifest.xml。

When I unzip the .apk file, the AndoridManifest.xml file is there. 当我解压缩.apk文件时,AndoridManifest.xml文件在那里。

What's the problem? 有什么问题?

following points are need to be taken care of while uploading file on android market 在Android Market上上传文件时,需要注意以下几点

  1. "android:versionCode" attribute from AndroidManifest.xml is proper. 来自AndroidManifest.xml的“ android:versionCode”属性正确。
  2. "android:versionName" attribute from AndroidManifest.xml is proper. 来自AndroidManifest.xml的“ android:versionName”属性正确。
  3. The package name is very unique,. 包名非常独特。 Because all the apps on android market are separated by the package. 因为android市场上的所有应用程序都被软件包分开。

see all this is in place.... 看到所有这些都到位了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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