Well, I suggested a better approach to setting up your ant script, and we haven't heard back from you on that, so I guess that counts as no news...
I've extracted the relevant sections from your reply below, in case you missed it. You haven't told us of any problem with ProGuard -- the last thing you reported was a problem getting set up to build with the SDK, long before getting to ProGuard. If you follow my recommendation, you can be up and running with that in a few minutes, and then maybe if you have problems with ProGuard, we can help you with those. On Aug 9, 4:20 am, sblantipodi <[email protected]> wrote: > so no news about obfuscating with Proguard? > > > On Aug 2, 11:53 am, Bob Kerns <[email protected]> wrote: > > > > > Anyway -- it looks to me like your problems stem from not starting > > > from a working ant build and then adding obfuscation. > > > > If you follow the documented approach for creating a new ant build > > > project, and then move your code into it, you should have a working > > > build virtually out-of-the-box. You can then turn that into a NetBeans > > > project or Eclipse project without much trouble, and get the benefits > > > of both worlds. Probably even all three is doable! > > > > Then, once you have that working ant build, extend it with an > > > obfuscation step. I haven't done that yet -- but having seen how the > > > base ant build is generated, I absolutely would not try it without > > > first having a solid ant build in place. Then you would not be > > > experiencing errors like tasks not defined or missing targets. > > > > The negatives are real, and one is that it will take you some time to > > > set it up and get right, and a lot of testing to make sure it's > > > right. But I think it will go faster if you start with a blank ant- > > > build project, get that solid, and then add obfuscation. -- 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

