Android NDK 的 Maven 依赖关系?

发布于 2024-12-11 20:53:50 字数 363 浏览 0 评论 0原文

我目前正在开发一个 Android 项目,我必须使用 Maven。

现在,我正在尝试研究Android NDK。

我的问题来了。由于 NDK 是一个单独的套件(或者无论您如何称呼它),我是否必须声明对我的 Maven 的另一个依赖项?

我愿意,但我的问题是是否有必要。还是之前的 Android 依赖包涵盖了所有内容?

考虑到我到目前为止所了解的一点点,ndk 几乎不可能有一个单一的 jar 库,对吗?

所以我根本不考虑。但我是一个愚蠢的孩子,所以...我认为这可能值得一提。 :) 我对一切都很陌生。

从 Maven 到 Android,再到 NDK,再到整个编程,所以请为我证明你的答案是白痴……干杯! ^_^

I am currently working on an Android project where I'd have to use maven.

Now, I am trying to study the Android NDK.

My question goes. Since NDK is a separate Suite(or however you call it), do I have to declare another dependency on my maven?

I would want to, but my question is whether or not there is a need. Or does the previous Android dependency cover it all?

Well considering the little understanding i have dug so far, it could hardly be possible for ndk to have a single jar library right?

So that I am not considering at all. But I'm a dumb child so...I thought it might be worth mentioning. :) I'm pretty new at everything.

From maven to Android to NDK and to the whole programming thing as a whole so please idiot-proof your answers for me...cheers! ^_^

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

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

发布评论

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

评论(2

卷耳 2024-12-18 20:53:50

安装 NDK 并设置环境变量 ANDROID_NDK_HOME。查看 《Maven 完整参考》一书的 Android 章节 我刚刚更新的,以及 中的 NDK 示例示例项目更多信息和示例。

如果您还有其他问题,请在邮件列表上发帖。

Install your NDK and set up the environment variable ANDROID_NDK_HOME. Look at the Android chapter of the book Maven The Complete Reference that I just updated, as well as the NDK samples that come part of the samples project for more info and examples.

If you still have more questions post on the mailing list..

小镇女孩 2024-12-18 20:53:50

既然你选择使用Maven,你就同意让Maven来管理你的依赖,这方便团队共享特定依赖的相同版本。所以这不是“需要”,而是“必须做”

不确定你的“以前的 Android 依赖项”是什么,但 android-maven-plugin 有一个 mojo 支持 ndk 构建

顺便说一句,您还可以为公共存储库中不存在的一些 jar 托管内部 Maven 存储库,例如使用 Artifactory。

Since you choose to use Maven, you agree to let Maven manage your dependencies, which is convenient for the team to share the same version of particular dependency. So it's not a 'need' but a 'must-do'

Not sure about what're your 'previous Android dependency', but android-maven-plugin has a mojo to support ndk build.

Btw, you can also host internal Maven repository for some jars that don't exist in public repository, using Artifactory for example.

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