Qt for Android 占用多少空间?

发布于 2024-12-14 20:25:21 字数 626 浏览 2 评论 0原文

我刚刚读到这个有关 Android 打包的问题:

Android - 应用程序 (apk) 最大大小

其中提到 apk 文件对于市场有最大大小:

http://www.google.com/support/androidmarket/developer/bin/answer.py?hl=en&answer=113469

使用 Qt for Android 时:

http://sourceforge.net/p/necessitas/home/necessitas/

这占用了多少空间?

I just read this question about packaging for Android:

Android - Application (apk) Maximum size

Where it mentions that apk files have a maximum size for the market place:

http://www.google.com/support/androidmarket/developer/bin/answer.py?hl=en&answer=113469

When using the Qt for Android:

http://sourceforge.net/p/necessitas/home/necessitas/

How much space does that take up?

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

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

发布评论

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

评论(1

您不必在应用程序中包含 Qt 库,因此应用程序的空间仅取决于应用程序本身。

necessitas 背后的人也创建了ministro 获取您的应用程序所需的 Qt 库。

Ministro 是一个系统范围的 Qt 共享库安装程序/提供程序
服务。它充当您的应用程序和 Qt 库之间的桥梁。

Ministro 服务是在 GPL v3+ 许可证下发布的。

观看这个[快速入门视频],它演示了在 Android 中编写/安装 Qt 应用程序的过程

编辑

当然,如果您愿意的话可以选择使用部署本地 qt 库 使用您的应用程序而不是设备库。在这种情况下,所需的额外空间取决于您使用的 Qt 模块。

You don't have to include the Qt libraries in your application so the space of the app depends only on the application itself.

The guy behind necessitas has also created ministro which fetches the Qt libraries required by your application.

Ministro is a system wide Qt shared libraries installer/provider
service. It acts as a bridge between your apps and Qt libraries.

Ministro service is release under GPL v3+ license.

Have a look at this [QuickStart video] which demonstrates the process of writing/installing a Qt Application in Android

EDIT

Of course if you want you can select to use deploy local qt libs with your application instead of the device libs. In this case the extra space required depends on the Qt modules you use.

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