Welcome 微信登录

首页 / 操作系统 / Linux / Android 4.0 的Linux Kernel 下载方法

现在大家发现以前的Android 的Linux Kernel 下载方法不能用了,如下$ git clone git://android.git.kernel.org/kernel/common.git修改git为http后可以下载$ git clone http://android.git.kernel.org/kernel/common.git总大下为400+MB,下载完成后可能发现common文件夹下什么也没有,$ git branch -a* master  remotes/origin/HEAD -> origin/master  remotes/origin/android-2.6.39  remotes/origin/android-3.0  remotes/origin/master$ git checkout  remotes/origin/android-3.0就可以看到基于linux 3.0的Android内核了。