【发布时间】:2015-08-11 22:50:47
【问题描述】:
我有一个用 Eclipse 编写的 Android 应用程序。比起 Android Studio,我更喜欢使用 eclipse。
我在 Github 上找到了一个不错的控件,我想在我的项目中使用它https://github.com/pedant/sweet-alert-dialog
它取决于以下项目: https://github.com/pnikosis/materialish-progress
我尝试使用 gradle 进行编译,但没有成功。我需要的是一个可以在我的 eclipse 项目中使用的 JAR 文件。所以我首先尝试编译 sweet-alert-dialog 项目,我发现我首先需要以某种方式包含 materialish-progress。
我如何将这些项目编译成一个 JAR 文件,我可以将其放入我的 eclipse 项目中并使用?
【问题讨论】:
标签: java android eclipse maven gradle