1

我究竟如何使用来自 Github 的资源?例如 :

https://github.com/ChristopheVersieux/HoloEverywhere

或者

https://github.com/emilsjolander/StickyListHeaders

甚至 https://github.com/astuetz/ViewPagerExtensions

[只是举例]

从网上下载完整的资源后,我该怎么处理它们?我已将它们导入 Eclipse 并将库添加到我的项目中。但我得到了很多错误。

有什么帮助吗?谢谢。

4

1 回答 1

0

git 克隆https://github.com/ChristopheVersieux/HoloEverywhere.git

git 克隆https://github.com/emilsjolander/StickyListHeaders.git

git 克隆https://github.com/astuetz/ViewPagerExtensions.git

在 cmd 提示符中键入这些内容会将源代码的副本下载到当前目录。克隆后,您可以将源代码导入 Eclipse。

于 2012-07-27T03:08:30.540 回答