Failed resolution of: Lcom/google/devtools/build/android/desugar/runtime/ThrowableExtension;
- 阅读更多 关于 Failed resolution of: Lcom/google/devtools/build/android/desugar/runtime/ThrowableExtension;
问题 I'm using RxJava with Retrofit on the newest preview of AndroidStudio. My project has java 1.8 suport enabled like this: compileOptions { targetCompatibility 1.8 sourceCompatibility 1.8 } But when the code is compiled and run I'm getting this error, as soon as the request is made, even if I have the onError handler: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/devtools/build/android/desugar/runtime/ThrowableExtension; at io.reactivex.plugins.RxJavaPlugins.onError