gpt4 book ai didi

android - 如何下载适用于安卓的谷歌源代码

转载 作者:太空狗 更新时间:2023-10-29 22:27:45 24 4
gpt4 key购买 nike

如您所知,https://android.googlesource.com/ 中有一个包含数百个项目的列表。 .我想将它们全部下载到 Windows 机器中。根据 Google 的文档,

To install, initialize, and configure Repo:

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo


To clone the entire platform, install repo, and run:

mkdir mydroid
cd mydroid
repo init -u https://android.googlesource.com/platform/manifest
repo sync

但是,在我的机器上,我无法在 Git Bash 中“repo init”,因为它说它没有 python。我安装了 python,但 git bash 无法识别它。 请注意,我也将 python 目录设置为系统路径。 如果有人可以提供提示,我将不胜感激。谢谢

更新:我认为这是新版 Windows 版 Git Bash 的问题。系统路径根本不适用于 Git Bash - 我可以轻松测试系统路径是否适用于命令提示符。不管怎样,我尝试了这个,当然它实际上运行时出错了。

  /c/python27/python.exe  ../bin/repo init -u https://android.googlesource.com/platform/manifest

错误信息是

 $ /c/python27/python.exe ../bin/repo init -u https://android.googlesource.com/platform/manifest
Traceback (most recent call last):
File "../bin/repo", line 91, in <module>
import readline
ImportError: No module named readline

好的。我通过在 windows 中安装 pyreadline 传递了这个错误:

 easy_install pyreadline

如果出现错误,您必须安装 setuptools

 http://pypi.python.org/pypi/setuptools#files

最后再次运行命令得到这个:

$ repo init -u https://android.googlesource.com/platform/manifest
fatal: unable to start d:\mywork\dev\GoogleAndroid\working_dir\.repo\repo/main.py
fatal: [Errno 8] Exec format error

最佳答案

单击,从这里下载最新代码为.tar.gz文件 https://android.googlesource.com/platform/frameworks/base/+archive/master.tar.gz , android可以在core文件夹下找到

编辑
替代方案:
http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/

只需选择版本,然后选择其中的下载选项。

关于android - 如何下载适用于安卓的谷歌源代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7047902/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com