当我点击"完成"在创建Android应用程序项目期间,控制台以红色显示以下行:
[2016-06-05 11:27:14 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming
\HelloWorld\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name
'Theme.AppCompat.Light'.
[2016-06-05 11:27:14 - HelloWorld]
[2016-06-05 11:27:14 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \HelloWorld\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-05 11:27:14 - HelloWorld]
[2016-06-05 11:27:14 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \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'.
[2016-06-05 11:27:14 - HelloWorld]
[2016-06-05 11:27:17 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \HelloWorld\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-05 11:27:17 - HelloWorld]
[2016-06-05 11:27:17 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \HelloWorld\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-05 11:27:17 - HelloWorld]
[2016-06-05 11:27:17 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \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'.
[2016-06-05 11:27:17 - HelloWorld]
[2016-06-05 11:31:18 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \HelloWorld\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-05 11:31:18 - HelloWorld]
[2016-06-05 11:31:18 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \HelloWorld\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-05 11:31:18 - HelloWorld]
[2016-06-05 11:31:18 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \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'.
[2016-06-05 11:31:18 - HelloWorld]
[2016-06-05 11:33:35 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \HelloWorld\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-05 11:33:35 - HelloWorld]
[2016-06-05 11:33:35 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \HelloWorld\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2016-06-05 11:33:35 - HelloWorld]
[2016-06-05 11:33:35 - HelloWorld] D:\Desktop 16.05.16\Car Race 3D\gaming \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'.
[2016-06-05 11:33:35 - HelloWorld]
我正在使用Eclipse IDE。这个问题严重吗?如果是,那我该怎么修呢?我按照以下站点配置了Eclipse: http://www.instructables.com/id/How-To-Setup-Eclipse-for-Android-App-Development/