I'm tying to import the volley library, but I've encountered several problems. I'm working on windows.
I tried to compile it, but when I launch
android update project -p .
I get:
Error: C:\Users\UserName\git\volley is not a valid project (AndroidManifest.xml no
t found).
I've also tried importing it directly in eclipse as a library. What I've done is:
- clone the repository with eclipse
- import it as an android project from existing code
- mark it as a library
- add the dependecy to my project
but the project I'm coding can't find the source codes, in fact the src folder of the library in package explorer is empty
what am I missing?