io2015-codelabs icon indicating copy to clipboard operation
io2015-codelabs copied to clipboard

Which GooglePlay service does work?

Open githotto opened this issue 8 years ago • 0 comments
trafficstars

I followed the tutorial, where google-play-service:7.8+ was used. This gives me the following errors: E/NativeBarcodeDetectorHandle: Error creating native barcode detector com.google.android.gms.dynamic.zzg$zza: Could not get remote context. at com.google.android.gms.dynamic.zzg.zzar(Unknown Source) at com.google.android.gms.vision.barcode.internal.client.zzd$zza.zzb(Unknown Source) ... When I try the latest GooglePlay (suggested by AndroidStudio-2.2.3), which is play-service:10.2.0, I am getting the following errors: `Error:Execution failed for task ':app:transformClassesWithDexForDebug'.

com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536`

Anybody a fix for this, or a good working codelab reference which DOES work?!

githotto avatar Mar 04 '17 22:03 githotto