为了开发android应用,在开发时发现sdk没有源代码,这样在开发时太麻烦了,下面说说如何下载源代码,以及如何配置. 下载源代码需要git,先下载一个git.下面的操作都是在windows下完成的. 在安装好git后,通过git clone git://android.git.kernel.org/platform/frameworks/base.git framework 然后运行cd  framework 然后运行git tag,显示分支,因为android有很多版本,如得到 >git t…
一.Git工具的安装 1)centos系统下安装 1.1)查看环境 [root@gitlab ~]# rpm -qa centos-release centos-release--4.1708.el7.centos.x86_64 [root@gitlab ~]# uname -a Linux gitlab -.el7.x86_64 # SMP Tue Aug :: UTC x86_64 x86_64 x86_64 GNU/Linux [root@gitlab ~]# getenforce Dis…
Git is one of the most popular tools used for distributed version control system(VCS). Git is commonly used for source code management (SCM) and has become more used than old VCS systems like SVN. Installing Git on Ubuntu 16.04 LTS Pre-Flight Check Y…
1.需要的工具 git.vpn代理 2. 设置git代理(Google source 无法下载,git设置代理) git config --global http.proxy "localhost:1080" 红色为代理的地址  如192.168.33.78:80 3. 下载Code git clone https://android.googlesource.com/platform/frameworks/volley/ 建议用一些稳定的vpn软件. 我用的SoftEnther VP…
系统架构分析 Android体系结构 安卓结构有四大层,五个部分,Android分四层为: 应用层(Applications),应用框架层(Application Framework),系统运行层(Libraries和android runtime)和Linux内核层. 那么我来讲讲应用层有什么? 就是一些应用软件,如首页,联系人,电话,浏览器等等:应用框架如何理解? 应用框架层是用Java写的,有事件管理器,windows管理器,内容提供,查看系统 ,消息管理器,安装包管理,电话管理,资源管理…
同步.更新.下载Android Source & SDK from 国内镜像站 转自: 同步.更新.下载Android Source & SDK from 国内镜像站 Download the android source from china mirrors 以前都是从Google的站点下载同步更新的,但是现在有了国内的镜像站点就好多了 帮助  https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/android 仓库地址: git://aosp.t…
转自: 同步.更新.下载Android Source & SDK from 国内镜像站 Download the android source from china mirrors     以前都是从Google的站点下载同步更新的,但是现在有了国内的镜像站点就好多了 帮助  https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/android   仓库地址: git://aosp.tuna.tsinghua.edu.cn/android/   使用浏览器访…
http://my.oschina.net/jiadebin/blog/52631 1.首先你的电脑要安装好git,这个请参考git官网. 2.打开git命令窗口输入git clone http://android.git.kernel.org/platform/frameworks/base  android(此处为你自定义的文件夹名称,我们这里叫android),我曾试过git clone git://android.git.kernel.org/platform/frameworks/ba…
本文转载自:http://www.enjoydiy.com/608.html 我们可以从https://www.codeaurora.org/网站下载android源码. 具体方法如下: 下载repo并设置环境变量 $ curl "http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo"> ~/bin/repo$ chmod a+x ~/bin/repo $ PATH=~/bin:$PATH 下载android源码 $…
/********************************************************************************* * Android ADT 工具下载地址 * 说明: * 虽然说现在很多时候用ADT,不过有时候Eclipse还是可以用用的. * * 2018-1-12 深圳 宝安西乡 曾剑锋 *****************************************************************************…