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)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)Create a free account to access the full topic