我找到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。
答案 0 :(得分:0)
使用此
更新您的gradle文件android {
defaultConfig {
multiDexEnabled true
}
}