About Store Forum Documentation Contact



Post Reply 
version of "Google play service".
Author Message
mizukami Offline
Member

Post: #1
version of "Google play service".
at latest EE.

Built in "Google play service" is seems to be older (its Nov.22.2014 version?).
How can i update it? (or Do you have a plan to renew?)
05-31-2016 07:09 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: version of "Google play service".
Hello,

Is there any reason you need a newer version?
05-31-2016 09:19 AM
Find all posts by this user Quote this message in a reply
mizukami Offline
Member

Post: #3
RE: version of "Google play service".
i made a test program using latest Goole play service (not EE, only JAVA). it works fine (i guess).

and carried it my EE project (through JNI).
then, error occured.

Quote:Time(18:02:05), App(AndroidRuntime): java.lang.IncompatibleClassChangeError: The method 'void com.google.android.gms.common.api.GoogleApiClient.connect()' was expected to be of type virtual but instead was found to be of type interface (declaration of 'java.lang.reflect.ArtMethod' appears in /system/framework/core-libart.jar)

This caused by version mismatch.
API had little changed since Sep.2015
https://developers.google.com/android/gu...2015_-_v81

Quote:GoogleApiClient, PendingResult, and OptionalPendingResult are now abstract classes instead of interfaces

What should i do?
05-31-2016 10:40 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: version of "Google play service".
Hello,

I've downloaded latest Google Play Services.

Google changed the way it's distributed, it's split into multiple packages.

Could you please tell me which of the following do you need:
   
05-31-2016 11:06 AM
Find all posts by this user Quote this message in a reply
mizukami Offline
Member

Post: #5
RE: version of "Google play service".
Thank you.
"play-services-games", and relation "play-services-auth", "play-services-base" needed.

BTW: we cannot update "Google play service" ourselves?
06-01-2016 03:24 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: version of "Google play service".
This is now available on GitHub main branch, I hope it works for you.
06-02-2016 05:33 AM
Find all posts by this user Quote this message in a reply
Post Reply