Errors occurred during the build. Errors running builder 'Android Resource Manager' on project 'hello'
使用操作系统 mac
最终解决问题办法:
1. 打开 eclipse 安装目录, 定位到 /your/path/eclipse/Eclipse.app/Contents/MacOS
2. 打开 eclipse.ini 配置文件, 找到 -vmargs 这一行, 在这一行前, 添加下面两行内容
-vm /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java
3. 重启 eclipse, 创建新 android 项目, 无任何错误