DWorkS / VolleyPlus

🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
https://github.com/DWorkS/VolleyPlus
984 stars 274 forks source link

Error: Program type already present: com.android.volley.Cache #81

Open farhansaid127 opened 6 years ago

farhansaid127 commented 6 years ago

having this issue "Error: Program type already present: com.android.volley.Cache"

when i am going to making a build getting above error.

Please explain why its showing me

Jhonnybsg commented 6 years ago

I faced the same problem. I had two implementations of volley in my app gradle.

Check if you have two and remove one.

That's why it says "program type already present"

having this issue "Error: Program type already present: com.android.volley.Cache"

when i am going to making a build getting above error.

Please explain why its showing me

sqljim commented 5 years ago

And don't forget to sync gradle files once you've removed the vanilla Volley implementation too..