您的位置:首页 > 移动开发

Errors running builder 'Android Resource Manager' on project 'MyFirstApp'解决方案

2016-09-27 14:18 756 查看
eclipse+ADT开发安卓APP,今天把Android SDK manager升级之后,顺便升级了ADT插件到23.0.7,发现不能愉快的新建工程了,一路next到最后一步你会发现:

Errors occurred during the build.
Errors running builder 'Android Resource Manager' on project 'MyFirstApp'.
java.lang.NullPointerException

这个错误出现在安装了jdk7的mac电脑上,stackoverflow上的解决方案:

1. Go to your eclipse directory and find "Eclipse.app" file. Just to
be on safe side, back up this file somewhere (Just the Eclipse.app file).
2. Right-Click on "Eclipse.app" file, and select "Show Package
Contents"
3. Once inside package, go to Contents-->MacOS, and open
"eclipse.ini"
4. Just before the "-vmargs", add the following:

-vm
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java

5. Run eclipse again, and you should be able to create the project
without any problems.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐