Hacker News new | ask | show | jobs
by olalonde 5184 days ago
I thought all Android apps ran in a Dalvik VM. What do you mean by "could be used for different ARM architectures"? Isn't Java bytecode independent of the underlying architecture?
1 comments

The Android Native Development Kit allows you to write normal C code and compile it for ARM devices.