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

Viewed 1013

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?

1 Answers
Related