开发者

Android OS Porting

开发者 https://www.devze.com 2023-01-30 22:34 出处:网络
I am now reading the Android S开发者_运维技巧W arch from this link http://developer.android.com/images/system-architecture.jpg

I am now reading the Android S开发者_运维技巧W 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消