AQuery icon indicating copy to clipboard operation
AQuery copied to clipboard

Error when run in my app

Open neoacevedo opened this issue 6 years ago • 0 comments

new AQuery(myActivity).id(R.id.imageView).image(R.drawable.myImage).rounded()

java.lang.NoSuchMethodError: No virtual method into(Landroid/widget/ImageView;)Lcom/bumptech/glide/request/target/Target; in class Lcom/bumptech/glide/RequestBuilder; or its super classes

neoacevedo avatar Jul 24 '19 21:07 neoacevedo