android - Error:FAILURE: Build failed with an exception -


pleas solve problem. ?

error:failure: build failed exception.

  • what went wrong: execution failed task ':app:transformclasseswithdexfordebug'.

    com.android.build.api.transform.transformexception: com.android.ide.common.process.processexception: java.util.concurrent.executionexception: com.android.dex.dexexception: multiple dex files define lcom/google/android/gms/auth/api/signin/internal/zzk;

  • try: run --stacktrace option stack trace. run --debug option more log output.

i suggest try add on build.gradle (app module).

android {    ...    defaultconfig {       ...       multidexenabled true    } } 

i hope work per code snippets.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -