Volley By Dear宅学长 发表于 2014-05-07 文章目录 1. 使用Volley 使用Volley下载Volley源码并build jar包。 1234$ git clone https://android.googlesource.com/platform/frameworks/volley$ cd volley$ android update project -p ./$ ant jar 把生成的jar包引用到项目中去。