java.lang.NoClassDefFoundError:okhttp3.OkHttpClient $ Builder

时间:2017-09-26 10:50:16

标签: java android retrofit rx-java2 okhttp3

我找到same issue并尝试使用指定的解决方案,但我仍然遇到与以下相同的错误

(?!^\d+$)^.+$
我的朋友就像

java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/OkHttpClient$Builder;

Caused by: java.lang.ClassNotFoundException: Didn't find class "okhttp3.OkHttpClient$Builder" on path: DexPathList[[zip file "path" ]]

我有我的应用程序类,它扩展了MultidexApplication。

1 个答案:

答案 0 :(得分:0)

使用此

更新您的gradle文件
android {
  defaultConfig {
    multiDexEnabled true
  }
}