We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
And don't forget to sync gradle files once you've removed the vanilla Volley implementation too..
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: