构建android项目时出错

时间:2014-12-29 11:29:26

标签: android android-sdk-tools android-build

我是android开发的初学者,我安装了所有Build工具和附加功能,API 8,11,14,17,19,20。 我创建了一个新项目,我使用API​​ 17编译(目标SDK是API 17)。 但是当我运行项目时会出现许多错误:

Description Resource    Path    Location    Type
error: Error retrieving parent for item: No resource found that matches the given name                
'android:Widget.Material.ActionButton'. styles_base.xml /appcompat_v7/res/values-v21    line 75                  
 Android      AAPT Problem

Description Resource    Path    Location    Type
The container 'Android Dependencies' references non existing library   
'C:\Users\SLIM\workspace\appcompat_v7\bin\appcompat_v7.jar' NewProject      Build path  Build   `Path Problem`

Description Resource    Path    Location    Type
The project cannot be built until build path errors are resolved    NewProject      Unknown Java   
Problem

我已经阅读了网站上发布的问题的最多答案,但它并没有解决我的问题。

1 个答案:

答案 0 :(得分:1)

尝试安装API级别21以及您拥有的级别。 'android:Widget.Material.ActionButton'. styles_base.xml /appcompat_v7/res/values-v21似乎正在请求API级别21,因此可能正常工作。