I would run proguard on your production build, and keep your development debug build as is.
Remember to keep the mappings.txt file generated by obfuscation when doing a build for release - to upload to store for de-obfuscation of crash traces. That will strip out unwanted methods from play jar, all other jars and even your own source - and so worth the learning curve. Now the defaukt rules generated by "android update project" pritect against most common errors. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

