【发布时间】:2014-12-29 11:29:26
【问题描述】:
我是android开发的初学者,我安装了所有的构建工具和附加功能,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
我已经阅读了网站上发布的该问题的大部分答案,但它并没有解决我的问题。
【问题讨论】:
-
and the extras,API 8,11,14,17,19,20- 您需要 API 级别 21 SDK。
标签: android android-sdk-tools android-build