solution 1 use jar file
- download
volley.jarfile - change to
projectview - drag
volley.jartolibsfolder - 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