I recently have updated YouTube Android Player API to 1.2.2 (the latest version), but it keeps telling me
16445-16445/com.* W/YouTubeAndroidPlayerAPI﹕ Cannot load modern controls UI. Upgrade to the latest version of the Android YouTube API.
, when I try to put a video on the fullscreen mode. In addition, the video stops playing and it appears, that it can’t be played anymore (it stucks). What’s even worse, when you press back, it does not allow you to play the video in normal mode, so, basically, you have to reload the activity. I’m using YoutubePlayerSupportFragment
. I guess, that the general YouTube app update might have ruined it. I have noticed, that the full screen mode worked smoothly before.
How to overcome with this problem? Thanks in advance.