Android操作系统移植
我现在正在从此链接阅读Android SW arch http://developer.android.com/ images/system-architecture.jpg
假设我需要在一个全新的IC中支持Android,我是否需要在LINUX KERNEL和APPLICATION FRAMEWORK上进行移植?对于库,我需要移植它吗?
另外,对于应用程序框架,我认为链接中显示的应用程序框架仅适用于手机,不同的产品可以有不同的应用程序框架。我说得对吗?
多谢
I am now reading the Android SW arch from this link http://developer.android.com/images/system-architecture.jpg
Suppose I need to have Android support in a brand new IC, is that I need to do the porting on LINUX KERNEL and APPLICATION FRAMEWORK? And for LIBRARIES, do I need to port it?
Also, for APPLICATION FRAMEWORK, what I think is the APPLICATION FRAMEWORK that show in the link is only for mobile phone, different product can have different APPLICATION FRAMEWORK. Am I right?
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从这里开始:Android 平台开发人员指南 - 移植 其中最高级别的步骤是:
如果您的平台是基于 x86 的,则 Android-x86 项目。
Start here: Android Platform Developer's Guide - Porting wherein the highest level steps are:
If your platform is x86-based, it has already been done by the Android-x86 project.