Hacker News new | past | comments | ask | show | jobs | submit login

Java? What are you talking about?

Android used to use it own process-based virtual machine; Dalvik. This is not the case anymore. Now Android Runtime (ART) is used. Applications are compiled to native machine code upon installation. There is no virtual machine.




> Applications are compiled to native machine code upon installation

What about apps created with the NDK?


Basically the same result. NDK uses a customized cross-compiler built on the arm-eabi-gcc compiler.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: