Skip to content

Instantly share code, notes, and snippets.

@ccarrasc
Created December 13, 2013 13:01
Show Gist options
  • Save ccarrasc/7943896 to your computer and use it in GitHub Desktop.
Save ccarrasc/7943896 to your computer and use it in GitHub Desktop.
Compile volley using PowerShell. Using application paths since I forget where I put shit on Windows :/
git clone https://android.googlesource.com/platform/frameworks/volley
cd .\volley
C:\Android\android-sdk\tools\android.bat update project -p .
$Env:JAVA_HOME = "C:\Program Files (x86)\Java\jdk1.6.0_45"
C:\Ant\apache-ant-1.9.2\bin\ant.bat jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment