When my application is build with ProGuard, it fails with following message. I use a default proguard.cfg generated by Android SDK with some -libraryjars. What can I do for it?<
The dependency already exist on your folder,
exclude it like below:
dependencies { configurations { all*.exclude group: 'xmlpull', module: 'xmlpull' } }