Android 虚拟机:你需要掌握的基本知识

本文简要介绍 Android Runtime 虚拟机里的一些细节点,主要包括 dex file, oat file, mirror::Class, ArtField, ArtMethod, DexCache, ClassTable 等。

了解这些细节,在后面学习类查找等原理时会轻松很多,所以先讲一下。

dex2oat 触发场景

https://cs.android.com/android/platform/superproject/+/master:art/dex2oat/dex2oa

猜你喜欢

转载自blog.csdn.net/u011240877/article/details/122247478