0

I have downloaded a library from github, and imported it as android project. In this library that called Library under preferences -> Android I have set it as a library project as seen bellow: enter image description here

Now I want to add this library to my Android project that called test. So I Right-Click on it and than preferences -> Android, after that I click add... and choose the library, as seen below: enter image description here Than I hit ok and apply and ok again. Nothing happens. After that I click again Right-Click on my project and than preferences -> Android and here is what I see: enter image description here

What should I do to make it work fine? The github project link is here.

vlio20
  • 8,955
  • 18
  • 95
  • 180

1 Answers1

0

I downloaded the project from the git and checked it,The .project file for eclipse is missing.

My solution would be create a new project and use these resources

Ranjithkumar
  • 697
  • 6
  • 16