Recyclerview icon indicating copy to clipboard operation
Recyclerview copied to clipboard

Unable to resolve (image) symbol

Open beastslayer opened this issue 7 years ago • 3 comments

Hey Mitch,

In line 43 : Glide.with(context).asBitmap().load(mImage.get(position)).into(holder.image); I get an error saying Cannot resolve symbol 'image' and the image is highlighted in red. I tried making the image object as public in the viewholder class but that didn't resolve the issue. Please respond.

beastslayer avatar Jul 24 '18 19:07 beastslayer

Post your code because that doesn't make sense. You're doing something wrong.

mitchtabian avatar Jul 24 '18 19:07 mitchtabian

Starting with Android 9 (API level 28), cleartext support is disabled by default. So, we must follow this topic https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted can resolve and then, Reinstall Your app

longtruongg avatar Dec 21 '19 13:12 longtruongg

javax.xml.bind.annotation.XmlSchema am getting this error while building the project

Rohitdhende avatar Mar 15 '21 15:03 Rohitdhende