i just got the volley library from the below link.. git clone-https://android.googlesource.com/platform/frameworks/volley in eclipse i am following steps import>git>project from git>....etc
and the library got downloaded in C:\Users\active\git\volley
when i just want to import the volley folder to the eclipse(C:\Users\active\git\volley) it shows "Select at least one project" in IMPORT PROJECT.and their is only one project though i have selected that still it shows the same error on the top..seriously need a help...thanks in advance
You need to build the jar and then add it to your libs folder in your project.
How to build the jar:
$ git clone https://android.googlesource.com/platform/frameworks/volley
$ cd volley
$ android update project -p .
$ ant jar
source
Here is a YouTube video if that would help: https://www.youtube.com/watch?v=5bwn7DYt2AI
You can also download a non-official build on maven central.
Edit:
It looks like volley can't be built with ant anymore (correct me if I'm wrong). All I did was create a new Android Project, mark it as a library project, create package com.android.volley, copy the source over to the project, and build it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With