我刚刚开始了漫长的 Android 编程和构建应用程序,我想在其中使用这个库https://github.com/cfgxy/DevsmartLib-Android/tree/
这是另一个 Android 项目,我应该如何使用 Eclipse 将其包含在我的项目中?
我刚刚开始了漫长的 Android 编程和构建应用程序,我想在其中使用这个库https://github.com/cfgxy/DevsmartLib-Android/tree/
这是另一个 Android 项目,我应该如何使用 Eclipse 将其包含在我的项目中?
The contents of that repo's devsmartlib/
directory appears to be an Android library project. You can use such projects from Eclipse or from the command line as you see fit.
在 Eclipse 中创建一个新的 Android 项目并选择devsmartlib/
作为源文件夹的内容。
然后,您可以右键单击您的项目,单击属性,Android 并从那里添加库项目!