Unsure why this would be the case, but this line of code crashes my app in Debug or Run mode:
MultipartEntity multipartEntity = new MultipartEntity(HttpMultipartMode.BROWSER_COMPATIBLE);
Is there a permission or some other thing I am doing wrong by using this?
I am building for Android 2.1 and using apache-mime4j-dom-0.7.2.jar and httpmime-4.1.3.jar.
This is just a guess but i think your problem is related to the new ADT version. As of ADT 17 jars need to be put into the libs folder or they wont be packaged with the apk.
So either put them into libs or go to “configure Build Path..”->”Order and Export” and click the checkboxes next to your jars.