I've created an Android project in Eclipse and I would like to add the Volley library to it. Searching on the web, I've tried these approaches:
- Copy the
.jar
into the libs folder and right-click and add it to build-path. - Open the library as an android project, mark it as library and add it as a reference in my android app.
Nothing works. I still cannot access the classes provided by the library by importing the classes like follow: com.android.volley
Someone has a solution for this ?