Y
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
zingplex
1626 days ago
I don't think Android uses a JVM. Android apps are AOT compiled from DEX bytecode.
link