Proguard rules for android

0 votes
asked Nov 15, 2019 by rmmaitrey (120 points)
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.

Please log in or register to answer this question.

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...