链接打开以后download选项卡里面只是一些 jar文件和 apk文件,而source选项卡里面只是一个无法打开的网址,贴图在下面,请问他的源码在哪呢,怎么才能下载。
10 个解决方案
#1
#2
source那里有说明的吧, 这个源码是用SVN做版本管理的(和Linux下的git功能类似), 需要安装subversion工具后才能下载.这个subversion是开源工具, 直接下载安装了之后运行: svn checkout http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only 这个命令应该就可以下载下来了.
#3
Command-line access
Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only
GUI and IDE access
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.
麻烦看完
Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only
GUI and IDE access
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.
麻烦看完
#4
我下载了一个TortoiseSVN,把http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only 粘贴到下载地址里面,提示url 不存在,我换了一个项目的网址拷贝到里面也提示 url不存在。
#5
这里输入的话路径里面填这个: http://alien3d.googlecode.com/svn/trunk/ 就好了, 后面的alien3d-read-only应该是命令行操作的时候指定的源码要下载到的目录。 中间有个空格的,不属于源码网址里面的内容
#6
同意楼上 路径错了
#7
我把后面的alien3d-read-only去掉后,这次不提示错误了,但是只是在文件夹下生成了一个.svn文件夹,也并没有下载代码
#8
很久没用过这个工具了, 刚才又安装了看了下,trunk/这一级的目录也可以不要输入的, 直接输入http://alien3d.googlecode.com/svn/ 就是整个工程库,直接checkout或是查找需要的内容checkout就好了。
#9
文件的结构如下 图
#10
已经测试过了, 直接输入http://alien3d.googlecode.com/svn/ 就是整个工程库,直接checkout出来就可以看到那些示例的源码了:
#1
#2
source那里有说明的吧, 这个源码是用SVN做版本管理的(和Linux下的git功能类似), 需要安装subversion工具后才能下载.这个subversion是开源工具, 直接下载安装了之后运行: svn checkout http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only 这个命令应该就可以下载下来了.
#3
Command-line access
Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only
GUI and IDE access
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.
麻烦看完
Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only
GUI and IDE access
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.
麻烦看完
#4
我下载了一个TortoiseSVN,把http://alien3d.googlecode.com/svn/trunk/ alien3d-read-only 粘贴到下载地址里面,提示url 不存在,我换了一个项目的网址拷贝到里面也提示 url不存在。
#5
这里输入的话路径里面填这个: http://alien3d.googlecode.com/svn/trunk/ 就好了, 后面的alien3d-read-only应该是命令行操作的时候指定的源码要下载到的目录。 中间有个空格的,不属于源码网址里面的内容
#6
同意楼上 路径错了
#7
我把后面的alien3d-read-only去掉后,这次不提示错误了,但是只是在文件夹下生成了一个.svn文件夹,也并没有下载代码
#8
很久没用过这个工具了, 刚才又安装了看了下,trunk/这一级的目录也可以不要输入的, 直接输入http://alien3d.googlecode.com/svn/ 就是整个工程库,直接checkout或是查找需要的内容checkout就好了。
#9
文件的结构如下 图
#10
已经测试过了, 直接输入http://alien3d.googlecode.com/svn/ 就是整个工程库,直接checkout出来就可以看到那些示例的源码了: