我刚开始使用Android编程并构建应用程序,我想使用此库https://github.com/cfgxy/DevsmartLib-Android/tree/
这是另一个Android项目,我应该如何在使用Eclipse的项目中包含它?
答案 0 :(得分:4)
该repo的devsmartlib/
目录的内容似乎是Android library project。您可以根据需要使用此类项目from Eclipse或from the command line。
答案 1 :(得分:0)
在Eclipse中创建一个新的Android项目,并选择devsmartlib/
的内容作为源文件夹。
然后,您可以右键单击您的项目,单击属性,Android并从那里添加库项目!