The java bytecode gets translated to a different virtual machine, dalvik/dex (iirc) so no jvm involved.
Other than that, afaik, there’s also a native development kit if you need to call into native code (c/c++/whatever).
The java bytecode gets translated to a different virtual machine, dalvik/dex (iirc) so no jvm involved.
Other than that, afaik, there’s also a native development kit if you need to call into native code (c/c++/whatever).