2014年Android_APP开发平台搭建.pptVIP

  1. 1、本文档共45页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
HAL * Agenda Android简介 系统框架介绍 系统启动分析 APP开发平台搭建 Emulator 演示 * Startup1 It all starts with init… Similar to most Linux-based systems at startup, the bootloader loads the Linux kernel and starts the init process. * Startup2 Init starts Linux daemons(守护进程)including: USB Daemon (usbd) to manage USB connections USB 后台程序管理USB 连接 Android Debug Bridge (adbd) to manage ADB connections ADB 程序管理ADB 连接 Debugger Daemon (debuggerd) to manage debug processes requests (dump memory, etc.) 调试后台程序,管理调试进程请求 Radio Interface Layer Daemon (rild) to manage communication with the radio   无线接口层后台程序,管理无线通信 PS:服务程序,守护进程常常在系统引导装入时启动,在系统关闭时终止 * Startup3 Init process starts the zygote process: * Startup4 Init starts runtime process: Init 初始化运行时进程 Initializes Service Manager – the context manager for Binder that handles serviceregistration and lookup 初始化服务管理器 Registers Service Manager as default context manager for Binder services 注册服务管理为默认的绑定服务上下文管理 * Startup5 Runtime process sends request for Zygote to start SystemService * Startup6 Zygote forks a new VM instance for the System Service process and starts the service Zygote 为系统服务进程生成一个新的VM 实例并启动服务 * Startup7 系统服务启动两个本地Surface Flinger 和 Audio Flinger System Service starts the native system servers(本地服务器)including:      Surface Flinger(皮肤管理)     Audio Flinger(音频管理) * Startup8 Native system servers register with Service Manager as IPC service targets 两个本地系统服务项服务管理器注册成为IPC 服务对象 * Startup9 System Service starts the Android managed services 系统服务启动Android 管理服务: * Startup10 * Startup11 After system server loads all services, the system is ready…当系统服务加载了所有服务后系统就准备好了。 * Startup12 After system server loads all services, the system is ready…当系统服务加载了所有服务后系统就准备好了。启动主页。 * Startup13 一个VM实例运行 * Agenda Android简介 系统框架介绍 系统启动分析 APP开发平台搭建 Emulator 演示 * SDK和Demon * 如何安装 Android SDK 和Eclipse 插件 所需开发环境: JDK 5 或 JDK 6 (仅有JRE不够) Eclipse 3.5 (galileo) 下载ADT 的Eclipse 插件 /android/ADT-0.9.5.zip 安装 Eclipse 插件 (ADT) 启动 Eclipse,选择 Hel

文档评论(0)

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档