Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

Posted 0 and 1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED相关的知识,希望对你有一定的参考价值。

今天用eclipse开发app在真机上调试的时候控制栏提示Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

本来以为是端口占用问题,后来发现:原来是配置文件写的有问题,比如你name属性写的首字母是大写的就会出现这个问题

我原来是这样写的:

 <receiver android:name="MyWeather.receiver.WidgetProvider" >

后来把首字母改为小写就行了

 <receiver android:name="myWeather.receiver.WidgetProvider" >

也有可能是有空白的标记,里面没有内容比如:

<meta-data></meta-data>


以上是关于Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED的主要内容,如果未能解决你的问题,请参考以下文章

nokogiri gem installation error

Mac Mysql mysql_secure_installation Error: Access denied for user 'root'@'localhost'

Error: A JNI error has occurred, please check your installation and try again

Installation error: INSTALL_FAILED_VERSION_DOWNGRADE Android

Error: A JNI error has occurred, please check your installation and try again

Installation failed with error code: (0x80070643)