YouTubePlayerView 被 com.lbe.security.service.core.client.a.f 遮挡

The YouTubePlayerView is obscured by com.lbe.security.service.core.client.a.f

我创建了一个 Android 应用程序 https://play.google.com/store/apps/details?id=com.bhajanganga which embedded you tube videos using YouTubeAndroidPlayerAPI。 除了流行的中国 Xiaomi 手机外,这些视频在所有手机上都能正常播放。在小米手机上,抛出以下异常:

10-28 12:35:12.870 19717-19717/com.bhajanganga W/YouTubeAndroidPlayerAPI﹕ YouTube video playback stopped due to unauthorized overlay on top of player. The YouTubePlayerView is obscured by com.lbe.security.service.core.client.a.f{42697718 V.E..... ........ 0,0-720,1280}. YouTubePlayerView is completely covered, with the distance in px between each edge of the obscuring view and the YouTubePlayerView being: left: 0, top: 713, right: 0, bottom: 0..

可能透明视图与 YouTubeAndroid播放器视图重叠。

有人可以分享示例代码以从 com.lbe.security.service.core.client.a.f 获取资源 ID,以便我可以尝试将可见性设置为 View.GONE。

或者请提出任何其他解决方案。

这不是 youtube 中的错误 api。也许透明视图与 YouTubeAndroidPlayer 视图重叠。并且小米似乎已经在 MIUI 50.0 版本中解决了这个错误。

在 MIUI 50.0 及更高版本中未注意到此错误。

https://code.google.com/p/gdata-issues/issues/detail?id=6736