How to include GitHub library to your existing And

2019-01-27 16:40发布

I want to include this library from github to my existing project, I am using eclipse. Is there any tutorial on how to do this? I am new to android and java development so any step by step help would be great!

note: I have an Egit plugin installed in eclipse.


Image of the screen when I try to Import the library from the unziped file I have downloaded from the github page: enter image description here


Also after importing the library as suggested below a library folder created in my Package Explorer but here is what I get: enter image description here


I have now the library in the eclipse Package explorer, and now I want to add it to my project, so I Right-Click on the existing project and choose properties. Under Android liabrary i click ok and choose the library than ok, nothing happens!

3条回答
Explosion°爆炸
2楼-- · 2019-01-27 17:20

Right click on your project -> properties -> Android -> Add. There you can hose a library.

enter image description here

查看更多
The star\"
3楼-- · 2019-01-27 17:20

Extract the zip,

Right click in your workspace -> Import -> Android -> Existing Android Code Into Workspace -> give path of that project/library

Done.

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-01-27 17:25

I got the same problem as yours, please check my answer here , hope it helps.

查看更多
登录 后发表回答