青春须早为,岂能长少年。这篇文章主要讲述Android Runtime相关的知识,希望能为你提供帮助。
【Android Runtime】
Every android application runs in its own process, with its own instance of the Dalvik virtual machine. Dalvik has been written so that a device can run multiple VMs efficiently. The Dalvik VM executes files in the Dalvik Executable (.dex) format which is optimized for minimal memory footprint. The VM is register-based, and runs classes compiled by a java language compiler that have been transformed into the .dex format by the included "dx" tool.
The Dalvik VM relies on the Linux kernel for underlying functionality such as threading and low-level memory management.
【Android Runtime】
虚拟机叫 Dalvik,每一个进程拥有一个Dalvik。Dalvik 执行后缀为 .dex 的文件。 .dex 文件,由 java 代码通过 dx 工具编译而来。
参考:
http://api.apkbus.com/guide/basics/what-is-android.html
推荐阅读
- Android-LogCat日志工具
- ANDROID STUDIO系列教程二--基本设置与运行
- 我的Android第二课
- android 电话监听和拦截
- Android手机使用Fiddler方法介绍(原)
- Android开发之补间动画
- Android NDK 开发--常见错误锦集合Log的使用
- Android项目实战(二十七)(数据交互(信息编辑)填写总结)
- Word2010中柔化边缘如何设置_Word专区