Hi i am trying to execute an android app in emulator but i am getting the following error.
[2013-01-31 11:19:21 - Dex Loader] Unable to execute dex: Multiple dex files define Lcom/google/android/imageloader/BitmapCache;
[2013-01-31 11:19:21 - LoginActivity] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/google/android/imageloader/BitmapCache;
I tried all the steps in this link but it hasnt hepled me.
Hi i think you have two copies of the jar files even i had the same issue i had two copies ie; one copy in the libs folder and another in the drawable folder now delete the extra copy in the drawable folder and clean build the project and it’ll work…