OkHTTP and Picasso don't run together

前端 未结 6 2038
灰色年华
灰色年华 2020-12-05 18:40

I use Picasso library in my project to load images ande cache them. It works good without any problem. However, when I try to use OkHttp library to perform data communicatio

6条回答
  •  独厮守ぢ
    2020-12-05 19:05

    If you're using eclipse IDE,in project properties->java build path->order and export (last tab) check the picasso library

    I had the same errors. it worked for me, hope it helps.

提交回复
热议问题