Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想下载 android 2.2 froyo 源代码,但实际上这里https://android.googlesource.com是可用的 android 2.3 姜饼。如何切换到以前的版本?
您需要选择一个项目并选择“froyo”分支,或者在克隆项目的存储库后使用“android-2.2”标签之一来拉取 2.2 源代码。