I have an issue when I try to build my project, here my structure : ActionBarSherlock (Project lib) -->(linked) A Project (Lib) -->(linked) to Project Test
When I try to run the project test on eclipse every things are fine but when I changed for Android Studio I have that issue:
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) Someone can help me, please Thanks