简体   繁体   中英

Will code built with Android's NDK run on ART as it does on Dalvik?

With KitKat, Android now has a substitute for the Dalvik VM: ART . Are there any differences in compatibility when running NDK code on ART vs Dalvik?

When the Nexus 5 and KitKat came out we set one of our QA devices to ART exclusively. Since then every release of our game has been tested with it and we've found no bugs that are exclusive to ART. Our game is almost entirely NDK code with Java being used for text rendering, and platform specific SDKs. (IAP, Achievements, 3rd party SDKs like Flurry etc...)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM