Qt for Android 占用多少空间?
我刚刚读到这个有关 Android 打包的问题:
其中提到 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不必在应用程序中包含
Qt
库,因此应用程序的空间仅取决于应用程序本身。necessitas
背后的人也创建了ministro
获取您的应用程序所需的Qt
库。观看这个[快速入门视频],它演示了在
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 createdministro
which fetches theQt
libraries required by your application.Have a look at this [QuickStart video] which demonstrates the process of writing/installing a
Qt
Application inAndroid
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.