My app runs normally when ProGuard is disabled.
After ProGuard is enabled, the app is exported into apk and installed into emulator.
Then when I run it in emulat
add one line to proguard-project.txt:
-keep class org.xmlpull.v1.** { *; }