duplicate entry: com/android/volley/AuthFailureError.class while compiling project in android studio

前端 未结 9 1941
长情又很酷
长情又很酷 2020-12-02 00:01

I am using external libraries payu money sdk and linkedin-sdk, both uses volley libraries, which while compiling project gives duplicate entry of AuthFailureError.class

9条回答
  •  春和景丽
    2020-12-02 00:23

    Okay I got my answer

    On mac instead of control n, it is command 0 and the command i needed was

    configurations { all*.exclude module: 'volley-release' }

提交回复
热议问题