找不到方法com.squareup.okhttp.OkHttpClient.open,从方法retrofit.client.OkClient.openConnection引用.
下面是我的毕业生配置
compile 'com.squareup.okhttp:okhttp:+' compile 'com.squareup.okhttp:okhttp-urlconnection:+' compile 'com.squareup.retrofit:retrofit:+'
解决方法
好吧,Square已经在github上发布了2.0 RC2,但是没有在maven上发布:
https://github.com/square/okhttp
但你仍然需要okhttp-urlconnection(RC1,现在)这只是在maven:
http://mvnrepository.com/artifact/com.squareup.okhttp
而不要忘记okhttp 2.0现在依赖于okio: