Hacker News new | ask | show | jobs
by pmlnr 1626 days ago
Most android apps are java. They should be built for jvms. The fact that we have java jars that fail because of hardware architecture invalidates java as an idea to me.
1 comments

I don't think Android uses a JVM. Android apps are AOT compiled from DEX bytecode.