Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 921
Jackson Chengalai Avatar asked Nov 13 '13 11:11

Jackson Chengalai


1 Answers

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.

like image 65
k3v1n4ud3 Avatar answered Oct 23 '22 22:10

k3v1n4ud3