Android Runtime

ART
Developer(s)Google
Repositoryandroid.googlesource.com/platform/art/
Written inC++
Operating systemAndroid
PlatformARM64 RISC-V x86
Included withAndroid
PredecessorDalvik
TypeRuntime environment
LicenseApache License 2.0
Websitesource.android.com/docs/core/runtime 

Android Runtime (ART) is an application runtime environment used by the Android operating system. Replacing Dalvik, the process virtual machine originally used by Android, ART performs the translation of some of the application's bytecode into native instructions that are later executed by the device's runtime environment.