java - GOOGLE PLAY SERVICES EXCEPTION: com.google.android.gms.common.GooglePlayServicesUtil -
i trying integrate google play games app. working in debug mode. however, not seem work in release mode. getting errors. tried clean , rebuild.
java.lang.runtimeexception: unable provider com.google.android.gms.measurement.appmeasurementcontentprovider: java.lang.classnotfoundexception
and one:
google play services exception: com.google.android.gms.common.googleplayservicesutil
followed one:
there problem google play services library, required android advertising id support. google play services library should integrated in app shipping in play store uses analytics or advertising.
what wrong? tried experimenting gradle, no luck yet.
if disable proguard, works! seems known issue, not resolved yet. ideas?
the problem in gradle using
classpath 'com.google.gms:google-services:1.5.0-beta2'
now using
classpath 'com.google.gms:google-services:1.5.0'
Comments
Post a Comment