ART (Android Runtime)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|extensions={{ext|art}} | |extensions={{ext|art}} | ||
}} | }} | ||
− | '''ART''' (Android Runtime) is a new format for Android executables introduced with Android 5.0 (with a preliminary version available earlier in Android 4.4), replacing [[Dalvik Executable]]. It is still "virtual code" independent of the actual machine hardware, but instead of being interpreted on the fly, it is compiled in advance at the time an app is installed on an Android device. | + | '''ART''' (Android Runtime) is a new format for Android executables introduced with Android 5.0 (with a preliminary version available earlier in Android 4.4), replacing [[Dalvik Executable]] (DEX). It is still "virtual code" independent of the actual machine hardware, but instead of being interpreted on the fly, it is compiled in advance at the time an app is installed on an Android device. |
+ | |||
+ | Both ART and DEX executables typically come to the end user embedded in an [[APX]] installation archive. | ||
== Links == | == Links == |
Revision as of 19:08, 6 December 2014
ART (Android Runtime) is a new format for Android executables introduced with Android 5.0 (with a preliminary version available earlier in Android 4.4), replacing Dalvik Executable (DEX). It is still "virtual code" independent of the actual machine hardware, but instead of being interpreted on the fly, it is compiled in advance at the time an app is installed on an Android device.
Both ART and DEX executables typically come to the end user embedded in an APX installation archive.