Mariuxtheone / Teleport

Data Sync & Messaging Library for Android Wear
370 stars 47 forks source link

Crashing with Google Play Services 8.1.0 #30

Open davidvavra opened 9 years ago

davidvavra commented 9 years ago

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 commented 9 years ago

Same issue

antoxa2584x commented 9 years ago

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

thedamfr commented 9 years ago

Yes this is going to work @antoxa2584x

thedamfr commented 9 years ago

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

matheusjardimb commented 9 years ago

Tested sample app with this PR and it worked fine.

raffaeu commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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