In search of a way to upload an image, I added a lot of external JARs following this simple explanation:using-multipartentity-in-android-applications
But when I try co compile the code I'm getting an error:
[2012-12-14 11:37:55 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/apache/http/ConnectionClosedException;
I have never used external libraries before. Can someone tell me how to fix that?