Youtube视频会自动暂停三星S6设备的负载

时间:2015-11-24 11:42:07

标签: java android youtube

在我的应用程序中,我集成了Youtube播放器,并且除了三星S6之外,它在所有设备上都能正常工作。我不知道它为什么不单独在Samsung S6工作,请有人帮我解决这个问题。这是我的代码

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
    android:id="@+id/close_setting"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentRight="true"
    android:onClick="closeSettings"
    android:paddingRight="@dimen/_20sdp"
    android:paddingTop="@dimen/_20sdp"
    android:text="X"
    android:textColor="@android:color/white"
    android:textSize="16dp" />

<com.google.android.youtube.player.YouTubePlayerView
    android:id="@+id/youtube_player_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_below="@+id/close_setting"
    android:layout_marginBottom="@dimen/_5sdp"
    android:layout_marginRight="@dimen/_5sdp"
    android:layout_marginTop="@dimen/_5sdp"></com.google.android.youtube.player.YouTubePlayerView>

以下是我得到的错误......

  

由于未经授权的覆盖,YouTube视频播放停止了   播放器。 YouTubePlayerView被隐藏了   com.android.internal.policy.impl.PhoneWindow $ {FloatingMenuButton 1bb1e0b7   V.ED..C。 ......一世。 1280,2192-1440,2368}。左边136 px左边   YouTubePlayerView的右边缘。顶边344 px以上   YouTubePlayerView的最低优势。 。 11-24 14:13:22.490   2057-2057 / com.tamilflashnews E / onError:onError:UNAUTHORIZED_OVERLAY

0 个答案:

没有答案