Keep in mind that what goes onto the phone isn't Java bytecodes but rather the Dalvik translation. Much harder to back-translate than bytecodes.
(I've seen obfuscated bytecodes and it's not pretty. Class loading time goes up, execution efficiency is reduced, the odds of hitting a bug, either in the obfuscator or in the JVM, is greatly increased.) On Jul 30, 9:11 am, sblantipodi <[email protected]> wrote: > Ok, thanks for the suggestions, any other idea? :) > > On Jul 30, 2:59 pm, DanH <[email protected]> wrote: > > > Just say no to obfuscation. > > > On Jul 30, 3:36 am, sblantipodi <[email protected]> wrote: > > > > Since I'm going mad trying obfuscating my projects on Netbeans and > > > it's not reasonable > > > at the moment for me to switch to Eclipse I need a command line script > > > that let me > > > build and obfuscate my APK... > > > > Is there some example script, or some tutorial that could help me in > > > this "intent"? > > > Thanks. -- 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

