Search code examples
androiddalvikart-runtime

Android apk compile to ART runtime and dalvik runtime


Google added a new ART runtime with Android 4.4. How can I target my apk to both ART runtime and Dalvik runtime?


Solution

  • This change is without consequences for the developers. Your app remains exactly the same, nothing to do there. Just make sure you target API 19 so that your app is available for KitKat users. They will decide in their phone if they want to use ART or Dalvik.