SocialLoginSamples icon indicating copy to clipboard operation
SocialLoginSamples copied to clipboard

Error - Lcom/google/android/gms/common/api/zzf

Open rodrigueslg opened this issue 6 years ago • 3 comments

Did you get this error? I'm facing this error on your example and on my project, after implement the Google auth. I already activated multi-dex, but the error continues.

java.lang.IllegalArgumentException: already added : Lcom/google/android/gms/common/api/zzf; GoogleNativeLogin.Droid

UNEXPECTED TOP-LEVEL EXCEPTION: 2> java.lang.RuntimeException: Translation has been interrupted 2> at com.android.dx.command.dexer.Main.processAllFiles(Main.java:615) 2> at com.android.dx.command.dexer.Main.runMonoDex(Main.java:313) 2> at com.android.dx.command.dexer.Main.runDx(Main.java:291) 2> at com.android.dx.command.dexer.Main.main(Main.java:247) 2> at com.android.dx.command.Main.main(Main.java:94) 2> Caused by: java.lang.InterruptedException: Too many errors 2> at com.android.dx.command.dexer.Main.processAllFiles(Main.java:607)

rodrigueslg avatar Mar 06 '18 00:03 rodrigueslg

Hey, I will take a look at this as soon as I can, if you find n answer let me know!

DanielCauser avatar Apr 24 '18 14:04 DanielCauser

I'm getting the same error and I don't use your plugin! Must be something in the Android support packages

BillyMartin1964 avatar Jun 21 '18 13:06 BillyMartin1964

are you using proguard? if not add a proguard into your app and enable it

EmilAlipiev avatar Mar 01 '19 15:03 EmilAlipiev