No exception resource found after running proguard

I have an application that works fine, after starting proguard the application does not start, I get the following

 UNCAUGHT EXCEPTION : java.lang.RuntimeException: Unable to start activity
 ComponentInfo{com.**/com**Activities.MainActivity}: 
 android.content.res.Resources$NotFoundException: Resource ID #0x0 stack =  
 java.lang.RuntimeException: Unable to start activity  
 ComponentInfo{com.**/com.**.Activities.MainActivity}: 
 android.content.res.Resources$NotFoundException: Resource ID #0x0

Any hints would be helpful.

+5
source share
1 answer

I am not 100% sure, it was a long time ago, but I think I had to tell proguard so that they save the names of some classes and also do not confuse their namespace.

0
source

All Articles