Picasso 2.3.2 と okhttp 1.5.4 を使用しています
最初に私はこのRTEを取得していました:
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!
at com.squareup.picasso.Utils.createDefaultDownloader(Utils.java:246)
at com.squareup.picasso.Picasso$Builder.build(Picasso.java:596)
at com.squareup.picasso.Picasso.with(Picasso.java:473)
次に、com.squareup.okhttp:okhttp:1.6.0 (mvn クリーン インストールを実行し、IntelliJ で maven を再インポート) で pom を更新しましたが、クラッシュは引き続き発生します。
誰でもこれを修正する方法を知っていますか?