On Jul 6, 1:49 am, Gonzalo <[email protected]> wrote: > Is there any Dalvik bytecoder available or an ongoing project that I > can join/check that is working on this issue?
I'm not sure what you mean by "bytecoder". You can generate Java bytecode and convert it with "dx", but most Android devices are a bit resource-limited to run dx directly. http://code.google.com/p/smali/ is an assembler/disassembler for DEX. -- 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

