java.lang.NoClassDefFoundError: okhttp3.OkHttpClient$Builder
问题 In my project, I have used OkHttp(version 2.5.0) as my network request library. But few days ago, I tried Retrofit2 as part of my app's network request library, as you know, the new Retrofit2 library dependence on OkHttp(version 3.2.0).So here comes the problem that when my app runs on android phone whose android version under android 5.0 always causes crash(larger version works well and causes no crash), the crash stack information shows as below: 04-15 21:28:51.185 17238-17238/com.comingx