问题描述
最近再研究retrofit2.0框架,在使用OkHttp中的interceptor来实现实际的底层的请求和响应日志遇到以下错误:
E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher
Process: com.nino.retrofit, PID: 1095
java.lang.NoSuchMethodError: No virtual method log(Ljava/lang/String;)V in class Lokhttp3/internal/Platform; or its super classes (declaration of 'okhttp3.internal.Platform' appears in /data/app/com.nino.retrofit-1/base.apk)
at okhttp3.logging.HttpLoggingInterceptor$Logger$1.log(HttpLoggingInterceptor.java:109)
at okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.java:157)
at okhttp3.RealCall$Applic