2014-09-19 95 views
2

嗨我試着使用Google的https://github.com/googlecast/CastVideos-android這個示例的chrome轉換設備。我從V7庫中導入appcompatmediarouter。我還進口了google play service libCastCompanionLibrary-android。所有的庫都是正確的,沒有任何錯誤。但是當我試圖構建視頻樣本時,它在styles-castvideo.xml中給我提供了一些資源錯誤。它給以下資源的錯誤構建android chrome演示視頻時出現錯誤示例

<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> 

我錯過了什麼。需要一些幫助。謝謝。

+0

你已經打開了一張票上的項目(如你應該有,這也得到了回答),那麼爲什麼你在這裏發佈一個相同的問題? – 2014-09-19 14:32:52

回答