我在我的 android 应用程序中使用了 youtube 播放器视图 (com.google.android.youtube.player.YouTubePlayerView)。在 2021 年 5 月之前,它显示广告没有任何问题,但突然在我的播放器视图中停止显示广告,滚动条上只有黄线广告显示视频包含广告,但它不再在视频上显示广告。
用户总是抱怨广告没有展示。请在这件事上给予我帮助..
XML 布局
<LinearLayout
android:id="@+id/linear_Layout_youtube"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="6">
<com.google.android.youtube.player.YouTubePlayerView
android:id="@+id/youtube_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000" />
</LinearLayout>