下载和编译Volley

$ git clone https://android.googlesource.com/platform/frameworks/volley $ cd volley $ android update project -p . $ ant jar

Then, copy bin/volley.jar into your libs/ folder and off you go!

你可能感兴趣的:(下载和编译Volley)