Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mediavrog
Created August 22, 2013 02:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mediavrog/6302510 to your computer and use it in GitHub Desktop.
Save mediavrog/6302510 to your computer and use it in GitHub Desktop.
Compile Google Volley to JAR
$ 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!
@sanjeev-kujur
Copy link

android update project -p .
'android' is not recognized as an internal or external command,
operable program or batch file.
How to overcome these problem.

@officialsachinverma
Copy link

@sanjeev-kujur hey did you find any solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment