android - Windows 开发人员查看 Android 框架源代码的简便方法?

标签 android windows open-source frameworks

我的迫切需要是查看 EditTextPreference 的源代码,看看我需要做什么来实现对具有更多结构的首选项的支持。我可以在 cygwin 下运行 Git 或 repo 吗?有没有更简单的方法?

最佳答案

如果您只需要查看单个文件,您可以使用网络界面 https://android.googlesource.com .

如果您想查看源代码树,可以使用 http://code.google.com/p/msysgit/

您可能需要一个 ide 来浏览代码,因此建议使用开源 Eclipse 或免费的 Intellij Community 版本。在这种情况下,它们都包含您可以使用的内置 git 客户端。

关于android - Windows 开发人员查看 Android 框架源代码的简便方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3306507/

相关文章:

android - 使用回调对多个异步调用进行排队

windows - 无法保存旧的 netsh http urlacl 保留

python-3.x - 如何在 Windows 上执行 python 的 Ansible 模块?

windows - Git 扩展 - 无法推送到 Windows 网络驱动器中的 git 裸存储库

c++ - 开源C/C++音频到文本库

c - 什么是 HTTP Parser,用在什么地方,有什么作用

android - 在android中为图书馆项目设置不同的主题

android - 在 Android Studio 上连接到 GitLab 存储库

android - 相对布局的百分比宽度

open-source - 托管在 github 上的开源代码可以是闭源代码吗?