程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> eclipse 錯誤-安卓開源項目,導入eclipse卻有大量錯誤

eclipse 錯誤-安卓開源項目,導入eclipse卻有大量錯誤

編輯:編程綜合問答
安卓開源項目,導入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

最佳回答:


缺少引用庫,在項目屬性中看是不是有打叉號的引用庫

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved