I\'m using Parse.com features in my app, everything works great on debugging mode. As soon as I generate a signed apk in release mode, I have a killing wait sometimes up to
Try the following if you have Apache http-core and http-mime along with Parse library:
http-core
http-mime
Parse
-keep class org.apache.** { *; } -keep class com.parse.** { *; } -dontwarn com.parse.** -dontwarn org.apache.** -dontwarn com.squareup.**