Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Include GitHub Library ActionBar PullToRefresh

i have a problem with including a library from GitHub.

This is the library: https://github.com/chrisbanes/ActionBar-PullToRefresh

I've downloaded this and then went in eclipse to "Import"->"Existing projects into workspace" and then selected the downloaded directory.

But i get the error: "no projects are found to import".

like image 587
Maximus1809 Avatar asked Sep 08 '26 10:09

Maximus1809


2 Answers

When you click on import you should then click on the "Android" folder, then "Existing Android Projects into Workspace." It seems you are using "Existing Project into Workspace" under the "General" folder.

like image 83
Emmanuel Avatar answered Sep 11 '26 00:09

Emmanuel


I tried this and it is working perfectly fine make sure you check the checkbox copy project into workspace.enter image description here

like image 40
Jitender Dev Avatar answered Sep 10 '26 23:09

Jitender Dev