I am new to Android development. I had downloaded a source code from Github and inside the folder contains a sample folder and a library folder. I had successfully added the sample project into Eclipse but it not works without the library. I have no idea how to import the library folder to use with the sample project.
From Github, the instruction is like this: If you want to use this library you must before all indicate to your application that you want to use it by launching the following command from the root directory of your application $ android update project --library ../relative/path/to/the/library --path . where the path is the relative path to the library directory in this repository.
The link of the project is as below: Project link
Can anyone teach me what to do? Thanks a lot!
I had repeat the same steps as how I normally used to add library but it not works in this project. Please refer to image below: Image