"Unable to execute dex: Multiple dex files define Lcom/android/volley/toolbox/NetworkImageView"
This compiler or linker error is popping up because a third party jar file is using some Volley methods to queue network requests, and I want to use Volley an android library for the rest of my project.
How do I make this project compile? I've seen similarly worded questions that don't solve this problem