I created a library project for my application. When I try to add a library to the project, I get the following error when trying to start it:
[2013-02-07 04:51:26 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/actionbarsherlock/R$attr; [2013-02-07 04:51:26 - testfromlibrary] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/actionbarsherlock/R$attr;
I added the HoloEverywhere library to my library, while I added the ActionBarSherlock library to HoloEverywhere. I am using Eclipse for Windows 7.
Despite the fact that I updated the SDK to the latest version, restarted Eclipse and cleared various projects, the error persists.
Does anyone know how to solve this error? My bin dir is not included in the build path by properties, and I tried to delete the bin folder .
Thanks!
android eclipse actionbarsherlock dex
Andreas H
source share