nomis/slf4j-android

Getting exception when add it to android studio 2.1.3

Closed this issue · 1 comments

i getting Exception as below:
Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lorg/slf4j/impl/StaticLoggerBinder;

I am Using Android studio 2.1.3 and java 8

nomis commented

You have another dependency that includes org.slf4j.impl.StaticLoggerBinder, you'll have to remove it as you can't have two logging implementations.