Exception in scaling images

Report a typo

This piece of code is throwing the following exception: java.lang.IllegalStateException. Figure out where the error is.

Picasso.get()
    .load(R.drawable.idea)
    .centerCrop()
    .into(imageView)
Select one option from the list
___

Create a free account to access the full topic