solution 1 use jar file
- download
volley.jar
file - change to
project
view - drag
volley.jar
tolibs
folder - right click
volley.jar
- click
add as library
solution 2 use gradle compile
- open your module’s
build.gradle
- add next line to
dependencies
- compile ‘com.umeng.analytics:analytics:latest.integration’
- sync your project