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

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -