Skip to content Skip to sidebar Skip to footer

Upgrade To The Latest Version Of The Android Youtube Api

The Android App does using YoutubeBaseActivity does not play video. The Log is same with the title. 'Cannot load modern controls UI. Upgrade to the latest version of the Android Yo

Solution 1:

You should use gradle for your dependencies. This is the last version:

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.google.apis:google-api-services-youtube:v3-rev171-1.20.0'
}

Solution 2:

I found the answer myself!

The answer is that "Delete the Youtube video and upload it again."

I tried to install the Youtube API sample app. And found that some videos are well done but some are not. I assume that the process of uploading videos has changed (just my opinion).

Thank you for all your attension and answers.

Post a Comment for "Upgrade To The Latest Version Of The Android Youtube Api"