构建 android chrome cast 视频示例时出错
Posted
技术标签:
【中文标题】构建 android chrome cast 视频示例时出错【英文标题】:Error while building android chrome cast video example 【发布时间】: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>
我是不是错过了什么。需要一些帮助。谢谢。
【问题讨论】:
你已经在那个项目上开了一张票(你应该有,也已经回答了)那么你为什么在这里发布一个相同的问题? 【参考方案1】:ShowcaseView 应作为库添加。 https://github.com/naddaf/ShowcaseView 依赖关系
CastCompanionLibrary-android:可以在https://github.com/googlecast/CastCompanionLibrary-android这里下载
ShowcaseView(详见变更清单 1.1 -> 1.2)
【讨论】:
以上是关于构建 android chrome cast 视频示例时出错的主要内容,如果未能解决你的问题,请参考以下文章
从 Android 发件人应用加入 YouTube chrome-cast 会话
如何使用 android seekbar 更改 chrome cast 设备音量
android 开发是不是需要 chrome cast 发件人应用注册?