Created
August 22, 2013 02:21
-
-
Save mediavrog/6302510 to your computer and use it in GitHub Desktop.
Compile Google Volley to JAR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
android update project -p .
'android' is not recognized as an internal or external command,
operable program or batch file.
How to overcome these problem.