There's lots of information on using ProGuard with Android apps if you just Google those terms. I implemented it once with one of my apps to see if it would help my frame rates, but decided not to ship it. Wasn't much performance improvement in my case and not sure if I want the extra annoyance of having to convert stack traces back.
On Aug 27, 1:32 pm, sblantipodi <[email protected]> wrote: > no news on the "imminent guide" where is this guide? > > On Aug 26, 5:37 pm, sblantipodi <[email protected]> wrote: > > > Is this the guide you are talking about? > > "To ensure the security of your application, particularly for a paid > > application that uses licensing and/or custom constraints and > > protections, it's very important to obfuscate your application code. > > Properly obfuscating your code makes it more difficult for a malicious > > user to decompile the application's bytecode, modify it — such as by > > removing the license check — and then recompile it. > > > Several obfuscator programs are available for Android applications, > > including ProGuard, which also offers code-optimization features. The > > use of ProGuard or a similar program to obfuscate your code is > > strongly recommended for all applications that use Android Market > > Licensing. " > > > Is this a guide? > > > On Aug 25, 1:26 am, Nick Richardson <[email protected]> wrote: > > > > The guide is linked in the article you posted... > > > > On Tue, Aug 24, 2010 at 3:53 PM, sblantipodi > > > <[email protected]>wrote: > > > > > As title, > > > > >http://android-developers.blogspot.com/2010/08/licensing-server-news.... > > > > > where is the guide to obfuscate our code? > > > > > -- > > > > 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]<android-developers%[email protected]> > > > > For more options, visit this group at > > > >http://groups.google.com/group/android-developers?hl=en > > > > -- > > > //Nick Richardson > > > //[email protected] -- 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

