Is it possible to generate dalvik bytecode at runtime using a language such as python, perl or something similar?
Thanks
|
feedback
|
|
I think the best way is to create a smali compatible file and compile it with smali http://code.google.com/p/smali/ | |||
|
feedback
|
|
Take a look at android-scripting, a toolkit for running Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell. | |||
|
feedback
|