I know it's possible to run pure dex bytecode on an Android command line via /system/bin/dalvikvm
, but I wonder if it's possible to run oat files from command line?
Since it's an ELF shared object file it has to be started via zygote
I guess. Maybe it's possible with app_process
, but I don't know if and how.
Can anyone help me out?