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?<
I think your jar package include XmlPullParser class, and android.jar also include this.
So you can remove org.xmlpull.* classes in the jar package, and build again.