制作自定义的android操作系统 [英] Making a custom android os

查看:72
本文介绍了制作自定义的android操作系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道这不是编码问题,但它与它有关。



我想知道我需要什么工具来制作我的自定义android操作系统,为此可能需要java。



我知道要制作andoid应用程序你需要eclpses用于andoid SDK但是只能制作应用程序,它不能自定义os

I know this isn''t a coding question but it relatetes to it.

I was wondering what tools I need to make my custom android os, for this requires probably java.

I know to make andoid apps you need eclpses for andoid SDK but that only makes apps, it can''t customise the os

推荐答案

亲爱的TechXSoftware,



官方众所周知,Android包含基于Linux内核版本2.6的内核,并且来自Android 4.0 Ice Cream Sandwich从版本3.x开始,带有用C编写的中间件,库和API,以及在应用程序框架上运行的应用程序软件,其中包括基于Apache Harmony的Java兼容库。 Android使用具有即时编译功能的Dalvik虚拟机来运行Dalvik的'dex-code''(Dalvik Executable),它通常是从Java字节码翻译而来的。 Android的主要硬件平台是ARM架构。



Android是开源系统,你可以在那里获取代码:



http://source.android.com/ [ ^ ]



https:// android。 googlesource.com/ [ ^ ]
Dear TechXSoftware,

Oficially is known, that Android consists of a kernel based on Linux kernel version 2.6 and, from Android 4.0 Ice Cream Sandwich onwards, version 3.x, with middleware, libraries and APIs written in C, and application software running on an application framework which includes Java-compatible libraries based on Apache Harmony. Android uses the Dalvik virtual machine with just-in-time compilation to run Dalvik ''dex-code'' (Dalvik Executable), which is usually translated from Java bytecode. The main hardware platform for Android is the ARM architecture.

Android is the open source system, you can grab code there:

http://source.android.com/[^]

https://android.googlesource.com/[^]

这篇关于制作自定义的android操作系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆