ART (Android Runtime)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Executables }} '''ART''' (Android Runtime) is a new format for Android executables introduced with Android 5.0 (with a preliminary ...") |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 8: | Line 8: | ||
* [http://www.extremetech.com/computing/170677-android-art-google-finally-moves-to-replace-dalvik-to-boost-performance-and-battery-life Android ART: Google finally moves to replace Dalvik, to boost performance and battery life] | * [http://www.extremetech.com/computing/170677-android-art-google-finally-moves-to-replace-dalvik-to-boost-performance-and-battery-life Android ART: Google finally moves to replace Dalvik, to boost performance and battery life] | ||
* [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] |
Revision as of 19:03, 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. 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.