Why Android system use OAT file instead of Dex file

1 day ago 2
ARTICLE AD BOX

I found a Stack Overflow question about the meaning of OAT files in Android : What does OAT mean?

But I’m still confused. Why does Android need Ahead-of-Time (AOT) compilation, and why does it add an extra step to the installation process to convert DEX to OAT? What are the actual advantages of doing this?

Read Entire Article