AnkushWalia / EasyAndroidDevelopment

Now no need of project start with beginning. Here some stuff of daily need of code so approx 30% project are completion prevently.
5 stars 3 forks source link

Glide conflict #1

Open mohitajwani opened 6 years ago

mohitajwani commented 6 years ago

@AnkushWalia I am facing issue with this library. I came across this library while I was searching a resolution for uCrop Library which is already integrated in my project.

I am facing the exception on Android N when image is captured due to some file provider permission denial. I have been going through a lot of links but not able to find a solution to this. I saw a comment on the Issue 303 in the Yalantis uCrop library. You had asked me to try including your library for the resolution and said it uses uCrop, but I am not able to use your library because as soon as I included it in my build.gradle I got an issue that some Glide package is not available. My project already uses Glide and maybe there would be some conflict with your implementation.

Can you let me know how can this be resolved?

image

AnkushWalia commented 6 years ago

@mohitajwani This Glide not being used in my library. You have to check glide dependency added or not on build gradle on your app section.