I\'m trying to set image by using Picasso library on my project.
When I click image of the View,I\'m getting an error on Picasso execution.
Logcat of the ap
I know this is a little bit old, but one thing that I just spent a bunch of time on is forgetting to run "setContentView" to the layout that the image was on.
The ImageView is going to be null until the main layout that it lives on is inflated ;)