Unable to execute dex: Multiple dex files define Lcom/google/android/gms/analytics -


i got error while executing android application. what's actual problem of this. know post it.

you have multiple project dependencies use same classes.

in case, com.google.android.gms.analytics duplicated - should ensure using library once.

check build.gradle file, libs folder , anywhere else define dependencies.

i believe if use com.google.android.gms:play-services dependency, newer versions contain google analytics default


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -