Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. error: no suitable method found for into(TextView)
  2. method RequestBuilder.<Y#1>into(Y#1) is not applicable
  3. (inferred type does not conform to upper bound(s)
  4. inferred: TextView
  5. upper bound(s): Target<Drawable>)
  6. method RequestBuilder.<Y#2>into(Y#2,RequestListener<Drawable>,Executor) is not applicable
  7. (cannot infer type-variable(s) Y#2
  8. (actual and formal argument lists differ in length))
  9. method RequestBuilder.<Y#3>into(Y#3,RequestListener<Drawable>,BaseRequestOptions<?>,Executor) is not applicable
  10. (cannot infer type-variable(s) Y#3
  11. (actual and formal argument lists differ in length))
  12. method RequestBuilder.into(ImageView) is not applicable
  13. (argument mismatch; TextView cannot be converted to ImageView)
  14. where Y#1,Y#2,TranscodeType,Y#3 are type-variables:
  15. Y#1 extends Target<Drawable> declared in method <Y#1>into(Y#1)
  16. Y#2 extends Target<Drawable> declared in method <Y#2>into(Y#2,RequestListener<TranscodeType>,Executor)
  17. TranscodeType extends Object declared in class RequestBuilder
  18. Y#3 extends Target<Drawable> declared in method <Y#3>into(Y#3,RequestListener<TranscodeType>,BaseRequestOptions<?>,Executor)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement