尝试初始化一个新的android项目,以便在android的eclipse ide中使用。
简单的" Hello World"已经制作的项目甚至无法运行。相反,它在启动新项目时会产生四个错误。
错误如下:
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\Jon\Desktop\android workspace\HelloWorld\appcompat_v7\bin\appcompat_v7.jar'
HelloWorld Build path Build Path Problem
Description Resource Path Location Type
The project cannot be built until build path errors are resolved
HelloWorld Unknown Java Problem
关于什么会导致这个问题的任何想法?还有如何解决这个问题?