ART (Android Runtime)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Kayvon2008 (Talk | contribs) m (Adding tasty dessert names) |
||
(4 intermediate revisions by 2 users not shown) | |||
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 "Lollipop" (with a preliminary version available earlier in Android 4.4 "KitKat"), 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 [[APK]] installation archive. | ||
== Links == | == Links == | ||
Line 10: | Line 12: | ||
* [http://source.android.com/devices/tech/dalvik/ ART and Dalvik] | * [http://source.android.com/devices/tech/dalvik/ ART and Dalvik] | ||
* [https://software.intel.com/en-us/blogs/2014/06/18/art-vs-dalvik-introducing-the-new-android-x86-runtime ART vs Dalvik - Introducing the New Android* x86 Runtime] | * [https://software.intel.com/en-us/blogs/2014/06/18/art-vs-dalvik-introducing-the-new-android-x86-runtime ART vs Dalvik - Introducing the New Android* x86 Runtime] | ||
+ | |||
+ | [[Category:Android]] |
Latest revision as of 19:17, 18 November 2021
ART (Android Runtime) is a new format for Android executables introduced with Android 5.0 "Lollipop" (with a preliminary version available earlier in Android 4.4 "KitKat"), 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 APK installation archive.