1) Use git to download the volley source code, as shown below (I downloaded the volley source code in cygwin ):
Git clone https://android.googlesource.com/platform/frameworks/volley
The running process is as follows (ignore exceptions)
2) run the cmd command in the Window to enter the volley directory, and then run "android update project-p.". The following vertex indicates the current directory as follows:
In windows, why is the cmd window used for running? This is because the sdk is based on windows. Therefore, the android Command provided only adopts the bat format and does not use the sh format. Therefore, it cannot be run in cygwin. <Strong? Http: www.bkjia.com kf ware vc "target =" _ blank "class =" keylink "> VcD4KPHA + M6Op1 + 6689tz08nhbntatlhg0uuuzywphcrd8vs3q0kosw/zB7srH "ant jar ".
The successful compilation result is as follows:
Find volley. jar in the corresponding bin folder.
4) download the Jar package.