安卓APK编译为ART运行时间和Dalvik的运行时间时间、译为、APK、Dalvik

由网友(我在没有你的地方坚强)分享简介:谷歌增加了一个新的技术与运行Android 4.4系统。我该如何定位我的APK既ART运行时间和运行Dalvik的?Google added a new ART runtime with Android 4.4. How can I target my apk to both ART runtime and Dalv...

谷歌增加了一个新的技术与运行Android 4.4系统。我该如何定位我的APK既ART运行时间和运行Dalvik的?

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

推荐答案

这变化是不为开发商后果。您的应用程序仍然是完全一样的,没有什么要做。只要确保你的目标API 19让您的应用程序可用于奇巧的用户。他们将在自己的手机决定他们是否愿意用艺术或Dalvik的。

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.

阅读全文

相关推荐

最新文章