14 March 2015

solution 1 use jar file

  1. download volley.jar file
  2. change to project view
  3. drag volley.jar to libs folder
  4. right click volley.jar
  5. click add as library

solution 2 use gradle compile

  1. open your module’s build.gradle
  2. add next line to dependencies
    • compile ‘com.umeng.analytics:analytics:latest.integration’
  3. sync your project


blog comments powered by Disqus