Its nice that the Android Engineers added proguard support to the SDK and android tools. However, some items that trip up new android developers were left out of the configuration file. Items such as you want to keep stack traces, remove log statements and print mapping, class, seeds files.
Thus, lets add them to the proguard.cfg file in your SDK.Wait! You can hack the SDK files? Yes, there are certain SDK files you can change to make your job somewhat easier and proguard.cfg is just…
Continue