On Thu, Sep 1, 2011 at 12:38 PM, Michael Banzon <[email protected]> wrote: > Is there any particular reason to translate the python code to Java? > > Couldn't that step be omitted by making a python to Dalvik bytecode compiler? >
I don't see any reason to translate to down to dalvik if you can target java instead, the java compiler does all the nasty work, and the toolchain already works. The extra work of constructing the dex file, doing the compilation, analysis, etc... is quite a bit... Kris -- 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

