Failed to connect to the Google API Client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
I am trying to implement a basic g + login in my application and I have followed the steps, such as the Android Driver API Getting Started .
Has anyone seen this error before?
When I click the "Signin" button, I get an invitation to select my google account. As soon as I select an account, nothing happens in my application.
Logs are below:
E/MDM (32664): [33508] b.run: Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
I/LoadedApk(32664): getClassLoader :dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/com.android.location.provider.jar", zip file "/system/framework/com.android.media.remotedisplay.jar", zip file "/data/app/com.google.android.gms-2/base.apk"],nativeLibraryDirectories=[/data/app/com.google.android.gms-2/lib/arm64, /vendor/lib64, /system/lib64]]]
I/SurfaceFlinger( 3100): id=2396 Removed SurfaceView (-2/9)
D/LocationInitializer(29281): Restart initialization of location
W/ActivityManager( 3499): userId = 0, bbcId = -10000
W/ActivityManager( 3499): NORMAL SET : dst_category = 701, src_allowCategory = 0,701-1023
Glacy source
share