Android操作系统移植

发布于 2024-10-08 18:34:59 字数 352 浏览 3 评论 0原文

我现在正在从此链接阅读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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝颜夕 2024-10-15 18:34:59

从这里开始:Android 平台开发人员指南 - 移植 其中最高级别的步骤是:

  1. 移植 Android 平台软件到您的硬件。
  2. 遵守 Android 兼容性定义文档 (CDD)
  3. 通过兼容性测试套件 (CTS)

如果您的平台是基于 x86 的,则 Android-x86 项目。

Start here: Android Platform Developer's Guide - Porting wherein the highest level steps are:

  1. Port Android platform software to your hardware.
  2. Comply with Android Compatibility Definition Document (CDD)
  3. Pass the Compatibility Test Suite (CTS)

If your platform is x86-based, it has already been done by the Android-x86 project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文