查看android源码,windows环境下载源码

查看源码

参考:

http://blog.csdn.net/janronehoo/article/details/8560304

步骤:

添加chrome插件

扩展程序

Android SDK Search

进入android的开发文档网址

https://developer.android.com/reference/android/app/Activity.html

或者,登陆

http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/

下载源码:

参考http://blog.csdn.net/freekiteyu/article/details/70939672

1.安装git

2.安装python

3.git操作如下

  进入想要下载的文件夹,右键git-bash :git clone https://android.googlesource.com/platform/manifest.git

  cd manifest

  git checkout android-6.0.1_r79

  

4.python操作如下

  编辑脚本

 打开python的编辑器-openfile-run module



 
原文地址:https://www.cnblogs.com/zhizhiyin/p/7283670.html