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.