Duplicate class com.android.volley.BuildConfig found
问题 I have added a dependency, and now it conflicts with another library that i am using already. This is the error I am getting after adding the dependecy: Duplicate class com.android.volley.BuildConfig found in modules jetified-volley-1.1.1-runtime.jar (com.android.volley:volley:1.1.1) and jetified-volleyplus-0.1.4-runtime.jar (dev.dworks.libs:volleyplus:0.1.4) I was using 'dev.dworks.libs:volleyplus:0.1.4' , I added 'com.github.Mindinventory:VanillaPlacePicker:0.1.0' . How do I get over it? 来源