apklib 和 jar 文件有什么区别?

发布于 2024-11-08 14:16:55 字数 370 浏览 3 评论 0 原文

我正在尝试使用 android-maven-plugin 将我的 Android 项目切换为使用 Maven。我的项目有一些依赖项当前设置为 Android 库,但 Eclipse 的 Maven 插件 不支持库项目。我想我应该尝试将这些库重新打包为 JAR(这样 Eclipse 就会选择它们),但我想知道我的 Android 构建会发生什么。

JAR 和 apklib 之间有什么区别?如果我的所有依赖项都是 JAR 而不是 apklib,我是否遗漏了任何会破坏我的 Android 应用程序的内容?

I am attempting to switch my Android project over to use Maven using the android-maven-plugin. My project has a few dependencies that are currently setup as Android Libraries, but the Maven plugin for Eclipse does not support library projects. I thought I would experiment with repackaging these libraries as JARs instead (so that Eclipse will pick them up), but I'm wondering what will happen to my Android build, then.

What's the difference between JARs and apklib? If all of my dependencies are JAR instead of apklib, am I missing anything that would break my Android app?

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

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

发布评论

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

评论(1

等风来 2024-11-15 14:16:55

Eclipse 现在支持库项目,并且 android-maven-plugin 可以与库很好地配合。

JAR 和 apklib 之间的区别在于 apklib 可以包含 android 代码和资源。

Eclipse now supports library projects and the android-maven-plugin works fine with libraries.

The difference between JARs and apklib is that apklibs can contain android code and resources.

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