Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing with Google Play Services 8.1.0 #30

Open
davidvavra opened this issue Sep 27, 2015 · 8 comments
Open

Crashing with Google Play Services 8.1.0 #30

davidvavra opened this issue Sep 27, 2015 · 8 comments

Comments

@davidvavra
Copy link

GPS 8.1.0 unfortunately did a breaking change and all libraries must update. Details:

https://www.reddit.com/r/androiddev/comments/3mehbb/breaking_changes_in_google_play_services_81/

@antoxa2584x
Copy link

Same issue

@antoxa2584x
Copy link

Just add this lib in your project not via Maven and update gradle by yourself)

@thedamfr
Copy link
Contributor

thedamfr commented Oct 9, 2015

Yes this is going to work @antoxa2584x

@thedamfr
Copy link
Contributor

thedamfr commented Oct 9, 2015

Also feel free to fork and PR, @Mariuxtheone is kind of busy

@matheusjardimb
Copy link

Tested sample app with this PR and it worked fine.

@raffaeu
Copy link

raffaeu commented Jan 13, 2016

If you work with gms 8.3 or 8.4 it bombs with this error:
The method 'void com.google.android.gms.common.api.GoogleApiClient.connect()' was expected to be of type interface but instead was found to be of type virtual

The GoogleApiClient changed from interface to class since version 8.1.0 so you must update this library or it is totally useless like this.

@Surfcheck
Copy link

Since this repository clearly has been abandoned - which is a shame, because the fix is so easy, as per @matheusjardimb - you can as well take the TeleportService and TeleportClient and integrate them directly into your project and remove the references to this repo. Works fine.

@raffaeu
Copy link

raffaeu commented Apr 7, 2016

Thanks @Surfcheck I did already and published on Maven the fix a while ago.

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

No branches or pull requests

6 participants