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
Post a Comment