As far as I could work out, no. ProGuard needs to be "inserted" into middle of the build process, and while ant lets you do this, Eclipse does not (at least, not for someone at my level of expertise). It seems likely Google will integrate ProGuard into the Eclipse plugin at some point, but that hasn't happened yet.
Personally, I gave up on ProGuard - after several hours of messing around - when it threw several hundred errors on my app. I also am not impressed with "optimization" that makes my stack traces worthless, thank you very much. String On Aug 21, 7:58 am, neptune2000 <[email protected]> wrote: > There are several tutorials online for using ProGuard with an Android > Ant build. There is nothing for using ProGuard with and Eclipse > Android Package build. > > Is this possible? -- 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

