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
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.**/com.**.Activities.MainActivity}:
android.content.res.Resources$NotFoundException: Resource ID
Any hints would be helpful.
source
share