AndroidSvgLoader icon indicating copy to clipboard operation
AndroidSvgLoader copied to clipboard

No Such Method - buildStreamModelLoader (Glide)

Open vladimirarevshatyan opened this issue 7 years ago • 8 comments

Well....I am using latest Glide library and your latest too...update your codes..

vladimirarevshatyan avatar Jan 23 '18 18:01 vladimirarevshatyan

No static method buildStreamModelLoader , same issue...

cybenauts avatar Jan 31 '18 15:01 cybenauts

Sorry guys lately i'm busy so i can't fast response for this issue, can you guys upgrade the dependency config, i have been updated the project.

ar-android avatar Jan 31 '18 16:01 ar-android

I still get the error on version 1.0.1

Jolanrensen avatar Mar 20 '18 21:03 Jolanrensen

https://bumptech.github.io/glide/doc/migrating.html There have been a lot of changes from v3 to v4, so if you can, please migrate it

Jolanrensen avatar Mar 20 '18 22:03 Jolanrensen

Getting this error. Which Glide version will this lib work with?

ahmadalibaloch avatar Oct 27 '18 16:10 ahmadalibaloch

I had same problem. But I had glide and svgLoader dependencies in gradle file. need to remove glide dependency and all should be ok. SvgLoader already has inside himself all that they both need

computeIt avatar Apr 05 '19 15:04 computeIt

Using implementation("com.github.bumptech.glide:glide:3.8.0") will resolve the issue

uniquelipu avatar Feb 09 '24 11:02 uniquelipu

Using implementation("com.github.bumptech.glide:glide:3.8.0") didn't resolve the issue!

fulldev0116 avatar May 02 '24 23:05 fulldev0116