huwei0814

作为一个android coder,多阅读android源码对提高android开发水平是很有帮助的,那么我们可以通过哪些途径查看android源码呢

 

1.如果你能够FQ的话可以去android官网查看源码 http://developer.android.com/reference/packages.html

 

 

2.http://androidxref.com/5.0.0_r2/

 

 

androidxref 还可以查看android的所有版本,只需将 http://androidxref.com/5.0.0_r2 的后缀5.0.0_r2 改成相应的版本即可

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

跟androidxref 一样,grepcode也可以查看android的各个版本,速度比androidxref 要快

4.https://android.googlesource.com/?format=HTML

 5、IDE中查看

在SDK manager中下载SDK对应的版本即可

 

 

 

分类:

技术点:

相关文章:

  • 2021-06-06
  • 2021-06-06
  • 2022-01-23
  • 2022-12-23
  • 2021-12-02
  • 2021-09-09
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2021-06-18
  • 2021-08-22
  • 2021-09-20
  • 2021-06-28
  • 2022-01-23
相关资源
相似解决方案