i am using Rtofit to handling the Serverside Data from Mobile After Implementing the Retrofit I am Getting the below Exception any know about this issue tell me where i am d
Try change the okhttp to okhttp3
compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'com.squareup.okhttp3:okhttp-urlconnection:3.2.0'
As retrofit2 internally using okhttp3.
retrofit2
okhttp3
Try build and sync gradle.