问题描述
- 使用okhttp 2.5.0 报错
-
Process: com.jpardogo.android.listbuddies, PID: 25262
java.lang.RuntimeException: Picasso detected an unsupported OkHttp on the classpath.
To use OkHttp with this version of Picasso, you'll need:
1. com.squareup.okhttp:okhttp:1.6.0 (or newer)
2. com.squareup.okhttp:okhttp-urlconnection:1.6.0 (or newer)
Note that OkHttp 2.0.0+ is supported!
解决方案
时间: 2024-10-31 07:05:57