Programming/Android
[android] volley framework build with ant
B&U
2015. 9. 10. 00:39
google에서 제공하는 volley를 ant 를 사용하여 빌드하는 방법이다.
volley download : https://android.googlesource.com/platform/frameworks/volley
cd volley/src/main
android.bat update project -p .
ant clean
ant debug