【发布时间】:2014-09-19 07:57:03
【问题描述】:
您好,我尝试使用 Google 的 https://github.com/googlecast/CastVideos-android 这个示例进行 chrome cast 设备。我已经从 V7 库中导入了 appcompat 和 mediarouter。我还导入了google play service lib 和CastCompanionLibrary-android。所有库都是正确的,没有任何错误。但是当我尝试构建视频样本时,它在styles-castvideo.xml 中给了我一些资源错误。它为以下资源提供错误
<style name="ShowcaseView">
<item name="sv_titleTextAppearance">@style/TextAppearance.ShowcaseView.Title</item>
<item name="sv_detailTextAppearance">@style/TextAppearance.ShowcaseView.Detail</item>
<item name="sv_backgroundColor">#CC000000</item>
<item name="sv_buttonText">@string/ok</item>
<item name="sv_showcaseColor">@color/yellow</item>
</style>
我是不是错过了什么。需要一些帮助。谢谢。
【问题讨论】:
-
你已经在那个项目上开了一张票(你应该有,也已经回答了)那么你为什么在这里发布一个相同的问题?
标签: android google-play-services chromecast