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)