我正在尝试在Eclipse上创建一个hello world android应用程序。 安装adk,sdk,jde,ide等后,我的工作时间。 当我尝试创建Android应用程序时,它向我显示错误:
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-09-29 17:29:23 - Helloworld]
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-09-29 17:29:23 - Helloworld]
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-09-29 17:29:23 - Helloworld]
我不知道该怎么做。
答案 0 :(得分:1)
您必须下载支持库 http://developer.android.com/tools/support-library/setup.html
您找不到AppCompat错误,因为您的支持库不存在。