Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve (image) symbol #3

Open
beastslayer opened this issue Jul 24, 2018 · 3 comments
Open

Unable to resolve (image) symbol #3

beastslayer opened this issue Jul 24, 2018 · 3 comments

Comments

@beastslayer
Copy link

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.

@mitchtabian
Copy link
Owner

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

@longtruongg
Copy link

longtruongg commented Dec 21, 2019

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

@Rohitdhende
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants