Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/196.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 在谷歌代码上获取整个项目_Android_Google Code - Fatal编程技术网

Android 在谷歌代码上获取整个项目

Android 在谷歌代码上获取整个项目,android,google-code,Android,Google Code,我真的是个新手,我不知道怎么做:你是如何从中获得整个源代码的 请告诉我,因为我找不到下载按钮。我去下载标签,但它不在那里 谢谢。单击菜单中“源”选项卡下的“签出”链接 在那里,您将得到一个Mercurial命令,可以在shell中执行: hg clone https://code.google.com/p/andenginelivewallpaperextensionexample/ 另见: 单击源选项卡 以下是可用于下载项目源代码的完整命令: hg clone https://code

我真的是个新手,我不知道怎么做:你是如何从中获得整个源代码的

请告诉我,因为我找不到下载按钮。我去下载标签,但它不在那里

谢谢。

单击菜单中“源”选项卡下的“签出”链接

在那里,您将得到一个Mercurial命令,可以在shell中执行:

hg clone https://code.google.com/p/andenginelivewallpaperextensionexample/
另见:
单击源选项卡

以下是可用于下载项目源代码的完整命令:

hg clone https://code.google.com/p/andenginelivewallpaperextensionexample/ 

hg是Mercurial附带的工具,您需要
Mercurial
才能获得该存储库。

我以前从未使用过Mercurial。你能告诉我怎么设置吗?是在eclipse上吗?@Tifa:看看我提供的相关链接。非常感谢。我下载了它。。真管用,哈哈。。谢谢