Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在与其他两个开发人员一起在一个 android 应用程序中工作。在应用程序中,我们使用其他第三方库,例如 SlidingMenu。
在 Eclipse 中,我们应该包含 SlidingMenu 项目,并让我们的应用程序使用这个项目作为库。
现在我想使用 Hudson(Jenkins) 自动构建应用程序,但我不知道如何处理像 SlidingMenu 这样的依赖库。
有任何想法吗
只要您可以在命令行上构建您的应用程序(例如,使用适用于 Android 的 Ant 或 Gradle 构建系统),那么您就可以在 Jenkins 中构建您的应用程序。
对于 Ant 构建系统,您只需将依赖项 JAR 放在“libs”目录中即可。
或者,如果您正在使用库项目,Eclipse 插件应该已经将所需的条目添加到您的 project.properties 文件中。