Duplicate class com.android.volley.BuildConfig found

百般思念 提交于 2021-02-11 17:37:28

问题


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?

来源:https://stackoverflow.com/questions/63926767/duplicate-class-com-android-volley-buildconfig-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!