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
'Programming > Android' 카테고리의 다른 글
[android] 라이브러리 중복해서 쓸 때, android v4 에러의 해결 (0) | 2015.09.14 |
---|---|
[android] All versions of the libraries must be the same at this time (0) | 2015.09.10 |
[Android] DrawerLayout cannot be resolved to a type Error (0) | 2015.09.06 |
[Android] android.database.cursorindexoutofboundsexception error? (0) | 2015.06.22 |
[Android] Contact_id 와 raw_contact_id 간의 차이 (0) | 2015.06.20 |