My app runs perfectly without proguard enabled but when I enable it the app crashes right away. I have tried many combinations in the configuration to no avail.
Is t
Usually proguard removes few classes if they are not explicitly set as
-keepclassmembers ....
But such errors are shown as classNotFound, NoSuchMethodException etc..,
classNotFound
NoSuchMethodException
Anyways decode the log cat you got using this and check what actually caused the NPE.