java - Proguard generating wrong string resource id -
when creating build proguard changes string resource id another. example, have 2 buttons (button1, button2) label "create", "update" respectively. after proguard build, button2 contains label "create" suppose have label "update"
this happens few string resource id.
the problem related build script. using crashlytics error reporting. crashlytics build file messing resource id somehow.
Comments
Post a Comment