我们尝试将项目添加到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.
但我们没有运气。任何人都可以指导我如何解决我的问题。
答案 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