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?<
add this line to proguard-project.txt
-dontwarn org.xmlpull.v1.**
and this line to project.properties
proguard.config=proguard-project.txt