通过git获取源码:
git clone https://android.googlesource.com/platform/frameworks/volley
获取源码可能需要挂上代理。
windows命令行设置当前命令行代理的方法:
set http_proxy=http://user:password@host:port
Linux系统临时设置当前终端代理的方法:
export http_proxy="http://user:passwd@host:port"
export https_proxy="http://user:passwd@host:port"
I'm so cute. Please give me money.
- Post link: http://zy.hn/2014/02/28/download-volley-library/
- Copyright Notice: All articles in this blog are licensed under unless stating additionally.