Is it possible to generate dalvik bytecode at runtime using a language such as python, perl or something similar?

Thanks

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

I think the best way is to create a smali compatible file and compile it with smali http://code.google.com/p/smali/

link|improve this answer
feedback

Take a look at android-scripting, a toolkit for running Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.