When I want to use StackMob sdk I'm giving the error which I share below. It appears only while compiling process. I checked all similar questions related to this situation before asking however they did not solve my problem.
According to general opinion it might be caused by importing external jars twice implicitly. But I checked 100 times maybe but there are no any jar file used with the same name twice.
Ps: I'm using Intellij Idea as IDE.
Android Dex: [POF] UNEXPECTED TOP-LEVEL EXCEPTION:
Android Dex: [POF] java.lang.IllegalArgumentException: already added: Landroid/annotation/SuppressLint;
Android Dex: [POF] at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:123)
Android Dex: [POF] at com.android.dx.dex.file.DexFile.add(DexFile.java:163)
Android Dex: [POF] at com.android.dx.command.dexer.Main.processClass(Main.java:490)
Android Dex: [POF] at com.android.dx.command.dexer.Main.processFileBytes(Main.java:459)