I want to use proguard in my android application, but it seems like I have to keep some of my classes as exception to proguard, because app crashing with the message "java.lang.ClassNotFoundException: Didn't find class <package.name.Activity>".
Is there any specific rules to be added in proguard?
Any help would be appreciated.