我们在style.xml文件中遇到错误当我们将现有项目导入到eclipse时

时间:2015-02-07 13:38:30

标签: android android-appcompat android-actionbar-compat

我们尝试将项目添加到eclipse。现在我们得到了错误

error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.

然后我们google了。我们按照这个

Right click android-support-v7-mediarouter project, select Properties
Select Android
In the Library section at the bottom, click Add....
Select android-support-v7-appcompat in the dialog.
Click Apply.
Click OK.
Do a clean build on the android-support-v7-mediarouter project.

但我们没有运气。任何人都可以指导我如何解决我的问题。

1 个答案:

答案 0 :(得分:-1)

确保您已使用SDK管理器下载 Android支持库

在应用程序项目的根目录中创建一个libs/目录。 将JAR文件从Android SDK安装目录(例如<sdk>/extras/android/support/v4/android-support-v4.jar)复制到应用程序的项目libs/目录中。

右键单击JAR文件并选择Build Path > Add to Build Path

了解更多信息:

https://developer.android.com/tools/support-library/setup.html