Gradle error - Execution failed for task ':app:dexDebug'

前端 未结 1 1133
时光取名叫无心
时光取名叫无心 2021-01-18 10:01

I am trying to add the MPAndroidChartLibrary to my Android Studio project, however when I try to run the app, it keeps failing with 1 error. I am not very good with gradle,

1条回答
  •  攒了一身酷
    2021-01-18 11:01

    MPAndroidChart already has com.nineoldandroids:library:2.4.+ as a dependency. Remove compile 'com.nineoldandroids:library:2.4.0' from your dependencies.

    0 讨论(0)
提交回复
热议问题