Eclipse + ADT new Android project Errors running builder & #39; Android Resource Manager & #39; solution: adtandroid

Source: Internet
Author: User

Eclipse + ADT new Android project Errors running builder 'android Resource manager' solution, adtandroid

It is also disgusting. Android Studio is not used to it. It installs the latest version of Eclipse, and then installs the ADT plug-in.


Open Eclipse normally, create an android project, and set an Error in the last step.

Java. lang. NullPointerException

Errors running builder 'android Resource manager' on Project 'xxx'


At first glance, the NULL pointer is abnormal and does not understand, so it crawls Baidu and Google.


The reason seems to be JDK 7, so ...... Solution 3:


1: manually create a project appcompat_v7. It seems that the compiled SDK should use 4.0.3 (this method is not recommended)

2: JDK 8 is used. Delete the previous JDK, and delete JavaAppletPlugin. plugin and

/Library/Java/JDK in JavaVirtualMachines

3: Open eclipse. ini next to the eclipse program, and add the following two lines to the line on-vmargs (JDK 6, cannot be 7, which has been tested multiple times. We recommend this method)

Mac:

-Vm/Library/Java/Home/bin/java


Windows: (for example, just give it a hand and imitate it yourself)
-VmC:/Program Files/Java/jdk_1.6.10/bin/java.exe

Save and restart Eclipse...


At this time, the two words describe the mood: (ni) AH (ma) AH (B)

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.