Failed to resolve
robisonkarls opened this issue · 1 comments
robisonkarls commented
my setup
compileSdkVersion 23
buildToolsVersion "23.0.3"
and
compile 'com.android.support:appcompat-v7:23.4.0'
robisonkarls commented
the problem seems to be resolved after i add the following line to my app graddle
compile 'com.squareup.picasso:picasso:2.5.2'
I m new to android so. i dont know whats really happened