You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: