"Android" install_parse_failed_manifest_malformed error with not targeting the latest versions warning

Source: Internet
Author: User

First, the console console appears installation error:install_parse_failed_manifest_malformed error

In Android development, the general choice is to run, which will start the Android app for ADT.

If the app does not get Android, you encounter installation error:install_parse_failed_manifest_malformed errors in the console, such as:


Then go to logca see couldn ' t load memtrack module (No Such file or directory), after being a bunch of unable to start the brush screen, such as:


This is because your androidmanifest.xml this file is not written well.

There are many reasons for this, and there are times when androidmanifest.xml errors are not reported in Eclipse, which can also cause a failure to start. This is the need for their own manual look, see if there is a meaningless space, whether the case is not written well and so on, especially those activity execution class, there is no write well.

When Android starts, read Androidmanifest.xml First, this androidmanifest.xml does not pass, will not compile for you at all.


Second, in Androidmanifest.xml warning not targeting the latest versions of Android

This warning does not run anywhere in the app, but looks great.

Such as


This warning usually appears in the line of your target app:

<USES-SDK        android:minsdkversion= "8"        android:targetsdkversion= "/>"
The reason for this warning is that the targetsdkversion version is not up-to-date and is ready to be changed to the latest or updated SDK for the local SDK.

This is a little unreasonable, is Google want you to update the Android version, but the problem is now the basic development in accordance with Android 2.2-4.4来, who is available to you update ah?

So this mistake just ignore it!

"Android" install_parse_failed_manifest_malformed error with not targeting the latest versions warning

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.