I have a problem when I try to build my project, here is my structure: ActionBarSherlock (Project lib) → (linked) Project (Lib) → (linked) with project test
When I try to run a project test on eclipse, everything is fine, but when I changed for Android Studio, I have this problem:
Android Dex: [sample] UNEXPECTED TOP-LEVEL EXCEPTION: Android Dex: [sample] java.lang.IllegalArgumentException: already added: Lcom/myClassPath/MyClassName; Android Dex: [sample] at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:123) Android Dex: [sample] at com.android.dx.dex.file.DexFile.add(DexFile.java:163) Android Dex: [sample] at com.android.dx.command.dexer.Main.processClass(Main.java:490)
Can someone help me please Thanks
source share