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

I am receiving Exception while using glide #1134

Closed
sonaypsi opened this issue Apr 16, 2016 · 9 comments
Closed

I am receiving Exception while using glide #1134

sonaypsi opened this issue Apr 16, 2016 · 9 comments

Comments

@sonaypsi
Copy link

eclipse

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/bumptech/glide/Glide;

How can I resolve this.

@TWiStErRob
Copy link
Collaborator

TWiStErRob commented Apr 16, 2016

So it looks like you made it compile by adding the jar and it runs on the device, but explodes, right?

Try Google "android eclipse java.lang.NoClassDefFoundError" -> http://stackoverflow.com/q/2247998/253468

@sonaypsi
Copy link
Author

Yes

@TWiStErRob
Copy link
Collaborator

Try the "Order and Export"-type solutions first.

@sonaypsi
Copy link
Author

But It is already Checked in Order and Export

@TWiStErRob
Copy link
Collaborator

Then try clean build, restart, and other solutions on SO.

@sonaypsi
Copy link
Author

Thankyou so much it worked for me

@sonaypsi
Copy link
Author

Can I show progessbar until image loads in imageview

@TWiStErRob
Copy link
Collaborator

TWiStErRob commented Apr 16, 2016

Use a .placeholder() or if you want animated: #958 #505.
If you want to go crazy: #232.

@sonaypsi
Copy link
Author

Thank you very much

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

No branches or pull requests

2 participants