安卓开源项目,导入eclipse却有大量错误

亲们,求助一下,我用了一个android开源项目练手,结果却发现大把错误,是我环境设置有错吗?项目地址https://github.com/NoahY/q2android

Description Resource    Path    Location    Type
error: Error: No resource found that matches the given name: attr 'actionBarStyle'. styles.xml  /Q2Android/res/values   line 19 Android AAPT Problem
ActionBar cannot be resolved to a type  Q2Android.java  /Q2Android/src/org/noahy/q2android  line 117    Java Problem
error: Error retrieving parent for item: No resource found that matches the given name 'Theme.Sherlock.Light'.  styles.xml  /Q2Android/res/values   line 8  Android AAPT Problem
error: Error: No resource found that matches the given name: attr 'background'. styles.xml  /Q2Android/res/values   line 24 Android AAPT Problem
error: Error retrieving parent for item: No resource found that matches the given name 'Widget.Sherlock.Light.ActionBar.Solid.Inverse'. styles.xml  /Q2Android/res/values   line 22 Android AAPT Problem
error: Error retrieving parent for item: No resource found that matches the given name 'Widget.Sherlock.Light.ActionBar.Solid.Inverse'. styles.xml  /Q2Android/res/values   line 27 Android AAPT Problem
error: Error: No resource found that matches the given name: attr 'titleTextStyle'. styles.xml  /Q2Android/res/values   line 25 Android AAPT Problem
ActionBar cannot be resolved to a type  Q2Android.java  /Q2Android/src/org/noahy/q2android  line 151    Java Problem
ActionBar cannot be resolved to a type  Q2Android.java  /Q2Android/src/org/noahy/q2android  line 152    Java Problem
ActionBar cannot be resolved to a type  Q2Android.java  /Q2Android/src/org/noahy/q2android  line 149    Java Problem

缺少引用库,在项目属性中看是不是有打叉号的引用库

缺少插件,你没看里面的导入资源都报错,说明这个app还有关联的插件。

jar包没有导入, 你在libs 下面看一下是不是有jar包或者 库文件 右键 选择导入即可·