是否可以使用 Rake 来自动化 Android 应用程序的构建过程?

发布于 2024-11-14 08:32:44 字数 257 浏览 3 评论 0原文

我正在研究自动化我的 Android 应用程序构建过程。我主要阅读了关于是否使用 Maven 还是 Ant 的文章,但两者似乎都有很大的缺点。对于我的 .NET 工作,我使用 Rake,并且想知道是否也可以使用 Rake 或类似的东西来构建 Android 开发。网上似乎没有太多关于这方面的信息。

有人使用 Rake 来构建 android 吗?您的体验如何?您是否推荐使用此方法而不是使用 Maven 或 Ant ?

您需要任何插件才能完成这项工作吗?有可用的吗?

I'm looking into automating my Android application build process. I've been reading up mostly on whether to use Maven or Ant, but both seem to have big drawbacks. For my .NET work I use Rake and was wondering if it is possible to use Rake or something similar to build for Android development as well. There doesn't seem to be much information available online about this.

Is anybody using Rake to build android ? How has your experience been ? Do you recommend this instead of using Maven or Ant ?

Do you need any plugins to make this work ? Are there any available ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空城仅有旧梦在 2024-11-21 08:32:44

Rhomobile 使用 rake 进行 Android 构建和其他构建。但它是一个使用 ruby​​ 的跨平台框架。我相信没有多少在Android上使用rake。您是否尝试过 gradle android 插件?以下是关于 gradle 本身的更多信息。

Gradle 很棒,因为它比 Maven 更轻,但仍然具有它的功能。它处理您的库依赖项并且易于自定义。强烈推荐。

Rhomobile uses rake for Android builds and other as well. But it's a cross-platform framework in which you use ruby. I believe not many use rake for Android. Did you try gradle android plugin? Here's more on gradle itself.

Gradle is great because it's lighter than maven, still having it's power. It Handles your library dependencies and is easy to customize. Highly recommend.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文