VolleyPlus icon indicating copy to clipboard operation
VolleyPlus copied to clipboard

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

Open farhansaid127 opened this issue 6 years ago • 2 comments

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

farhansaid127 avatar Oct 16 '18 13:10 farhansaid127

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

Jhonnybsg avatar Oct 23 '18 19:10 Jhonnybsg

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

sqljim avatar Feb 21 '19 04:02 sqljim