Hacker News new | ask | show | jobs
by ksec 1609 days ago
Ok I am not an Android User and I dont follow Fuchsia closely, but I thought DalvikVM was discontinued on Android?

And why having Java running on DalvikVM, which we fully expected to do so, is news worthy? What are the context here?

1 comments

DalvikVM probably can still run a lot of Android apps/power Android development. ART probably requires OS features that aren't implemented yet to do the JIT safely. I'm sure this is the first step to enable parallel development so that people can start developing Android apps on Fuschia while the OS team works on support to get ART running.

The context is replacing the Linux part of Android with Fuschia or at least letting Fuschia share with Android's userspace SW ecosystem even if Android continues to use Linux.

Dalvik is gone, it is all ART now, the name stayed for compatibility purposes.

> binary: "system/apex/com.android.art.debug/bin/dalvikvm64",

==> com.android.art.debug

So this is ART actually?