I have an android application in development where I frequently create signed APKs in addition with Proguard code obfuscation. Everything went well until today, when Proguard showed up these warning
Warning: org.acra.CrashReportData: can't find referenced method 'void setLength(int)' in class java.lang.StringBuilder
I have never changed anything in ACRA or it's classes and I'm sure as hell didn't touch anything from the java.lang.StringBuilder class, but Proguard is showing this warning and ending up giving an error stating that I should fix the warnings first...
What to do? This is really strange as it came out from nothing!
