安卓开发环境配置出现有关问题,虚心求教

安卓开发环境配置出现问题,虚心求教
建了一个HelloWorld安卓项目后,噼里啪啦一堆错误,劳烦各位前辈指点一二:
[2014-12-06 14:42:17 - appcompat_v7] WARNING: unable to write jarlist cache file F:\workspace\appcompat_v7\bin\jarlist.cache
[2014-12-06 14:42:17 - appcompat_v7] WARNING: unable to write jarlist cache file F:\workspace\appcompat_v7\bin\jarlist.cache
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.CloseMode'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.Overflow'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:25: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabView'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:29: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabView'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:33: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabText'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:37: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:41: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:65: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Title'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:69: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Subtitle'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:45: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Menu'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:53: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle'.
[2014-12-06 14:42:19 - HelloWorld] F:\workspace\appcompat_v7\res\values-v21\styles_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title.Inverse'.


还有好多就不copy了,字数限制了....
------解决思路----------------------
http://bbs.csdn.net/topics/390936260
参考一下这个帖子