Untitled
---------- 1. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 51) .listener(new RequestListener<Drawable>() { ^^^^^^^^ The method listener(RequestListener<Drawable>) in the type RequestBuilder<Drawable> is not applicable for the arguments (new RequestListener<Drawable>(){}) ---------- 2. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 51) .listener(new RequestListener<Drawable>() { ^^^^^^^^^^^^^^^ RequestListener cannot be resolved to a type ---------- 3. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 53) public boolean onLoadFailed(@Nullable GlideException e, Object model, Target<Drawable> target, boolean isFirstResource) { ^^^^^^^^ Nullable cannot be resolved to a type ---------- 4. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 53) public boolean onLoadFailed(@Nullable GlideException e, Object model, Target<Drawable> target, boolean isFirstResource) { ^^^^^^^^^^^^^^ GlideException cannot be resolved to a type ---------- 5. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 53) public boolean onLoadFailed(@Nullable GlideException e, Object model, Target<Drawable> target, boolean isFirstResource) { ^^^^^^ Target cannot be resolved to a type ---------- 6. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 58) public boolean onResourceReady(Drawable resource, Object model, Target<Drawable> target, DataSource dataSource, boolean isFirstResource) { ^^^^^^ Target cannot be resolved to a type ---------- 7. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 58) public boolean onResourceReady(Drawable resource, Object model, Target<Drawable> target, DataSource dataSource, boolean isFirstResource) { ^^^^^^^^^^ DataSource cannot be resolved to a type ---------- 8. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 65) .apply(new RequestOptions() ^^^^^^^^^^^^^^ RequestOptions cannot be resolved to a type ---------- 9. ERROR in /storage/emulated/0/.sketchware/mysc/612/app/src/main/java/com/my/newproject/MainActivity.java (at line 66) .diskCacheStrategy(DiskCacheStrategy.NONE) ^^^^^^^^^^^^^^^^^ DiskCacheStrategy cannot be resolved to a variable ---------- 9 problems (9 errors)
Leave a Comment