Picasso cannot be applied to given types error Android Studio
0 I'm receiving this error and have no clue how to fix it: http://prntscr.com/lhb017 It used to work with Picasso.with(getActivity()) , but with Picasso.get it does not work. java android-studio share | improve this question edited Nov 12 at 11:34 B.M 1,065 1 6 13 asked Nov 12 at 10:33 Elvis 5 3 add a comment | 0 I'm receiving this error and have no clue how to fix it: http://prntscr.com/lhb017 It used to work with Picasso.with(getActivity()) , but with Picasso.get it does not work. java android-studio share | improve this question edited Nov 12 at 11:34 B.M 1,065 1 6 13 asked Nov 12 at 10:33 Elvis 5 3 add a comment | 0 0 0 I'm receiving this error and have no clue how to fix it: http://prntscr.com/lhb017 It used to work with Picasso.with(getActivity()) , but with Picasso.get it does not work. java android-stu...