No class found exception com.squareup.okhttp.logging.HttpLoggingInterceptor

后端 未结 3 687
粉色の甜心
粉色の甜心 2021-01-18 06:15

Even after adding the dependencies and importing the class I am getting java.lang.NoClassDefFoundError: com.squareup.okhttp.logging.HttpLoggingInterceptor.

Can anyon

3条回答
  •  终归单人心
    2021-01-18 06:39

    Could be a compatibility problem with retrofit.

    Try with :

    implementation 'com.squareup.okhttp:logging-interceptor:2.5.0'
    

    This post could be help

    App crash on HttpLoggingInterceptor

提交回复
热议问题