无法修复的参考:没有资源的发现,匹配给定的名字“@风格/ Theme.AppCompat.Light”
我发现这个solution 但是,即使我休耕它setps我无法修复的问题...
I found this solution But even though I fallow it's setps i can't fix problem...
正如你所看到的我加入了Android的支持库。 项目属性 - > Android版我无法添加库的参考... 我读到有关添加库与参考这里 但我不明白我在做什么错。
As you can see i added the Android Support Lib. Project Properties -> Android I can't add Lib's reference... I read about adding Lib with References here But I can't understand what I'm doing wrong.
我休耕阿尔伯特Nicko 的它还是没有我。 。当我的项目 - >清除它抛出吨误差与遗漏的资源,例如:
I fallowed Albert Nicko it still failed me. . When I Project -> Clear it throws tons errors with missing resources, for example:
错误:错误:未发现的资源匹配给定名称:ATTR机器人:colorPrimaryDark。
还有问题,我不知道basicly它是从哪里来的?
There is still issue with this , I don't know basicly where it came from...
下面是如何解决这个问题:
Here is how to solve the problem:
1。在你的SDK首次安装支持库。
2。去你的SDK路径:Android的SDK \演员\机器人\ SUPPORT \ V7 \并导入一个名为appcompat到Eclipse文件夹
3。右键单击您的项目并选择属性。
在此之后,该窗口将出现在桌面上。
After that, this window will be appears on your desktop.
4。选择Android和向下滚动>添加...>选择您刚才导入的项目(appcompat文件夹)>确定。 如果需要的话,可以重新启动您的Eclipse。
4. Select Android and scroll down > Add... > select the project you just imported (appcompat folder) > OK. If needed, you can restart your eclipse.