java.lang.NoClassDefFoundError: com.squareup.okhttp.MediaType
I am getting this error while changing my code from default HTTPClient to OkHTTP . Searched all through the web but it is not getting resolved. I tried the same with OkHTTP library from here and also with dependency but still the error is same. Please help me to resolve this. The Errors are: 01-01 22:03:18.038: E/AndroidRuntime(1460): java.lang.RuntimeException: An error occured while executing doInBackground() 01-01 22:03:18.038: E/AndroidRuntime(1460): at android.os.AsyncTask$3.done(AsyncTask.java:300) 01-01 22:03:18.038: E/AndroidRuntime(1460): at java.util.concurrent.FutureTask