youtube / yt-direct-lite-android

The code is a reference implementation for an Android OS application that captures video, uploads it to YouTube, and submits the video to a YouTube Direct Lite instance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mPlusClient = new PlusClient.Builder problem

rahmanusta opened this issue · comments

public final class BuildConfig {
^
E:\yt-direct-lite-android\app\src\main\java\com\google\ytdl\UploadsListFragment.java:70: error: cannot find symbol
mPlusClient = new PlusClient.Builder(getActivity(), this, this)
^
symbol: class Builder
location: class PlusClient

You bet me to it rahmanusta, the PlusClient class is now deprecated - the author needs to use the GoogleApiClient instead: http://stackoverflow.com/questions/27389192/can-not-find-symbol-class-builder/27637059#27637059

Or alternatively, we can contribute to this project by submitting a pull request.

Thanks. Please add note to ReadME. "This project is not working now". That's time consuming now.

I have fixed it - it was actually quite quick. I'm testing it now - if it works, i will submit a pull request.

Done - see my pull request for the new code.