View Single Post
Old 05 December 2014, 09:06   #216
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,448
Quote:
Originally Posted by darkfalzx View Post
What's Android ART? I have tested the game mostly on older Android devices running Android OS as old as Gingerbread
ART (Android Runtime) is a new Java Virtual Machine. Older Android used Dalvik JIT (just in time) to compile Java Bytecode at runtime into native code. ART uses an AOT (ahead of time) compilation which converts to native code at installation time. ART is an optional alternative to Dalvik for 4.4.4 KitKat but completely replaces Dalvik in Lollipop.
alexh is offline  
 
Page generated in 0.04709 seconds with 10 queries