Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

mPlusClient = new PlusClient.Builder problem #5

Open
rahmanusta opened this issue Jan 17, 2015 · 4 comments
Open

mPlusClient = new PlusClient.Builder problem #5

rahmanusta opened this issue Jan 17, 2015 · 4 comments

Comments

@rahmanusta
Copy link

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

@Winghin2517
Copy link
Contributor

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.

@rahmanusta
Copy link
Author

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

@Winghin2517
Copy link
Contributor

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

@Winghin2517
Copy link
Contributor

Done - see my pull request for the new code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants