在 Flex 移动应用程序中从命令行打包时,.apk 文件的大小更大

发布于 2024-11-09 10:14:46 字数 386 浏览 0 评论 0原文

我使用 flash builder burrito 构建了一个移动应用程序,当我从构建器导出应用程序时,apk 文件的大小为 1180KB,但是当我尝试从命令行打包相同的应用程序时,大小急剧增加(至 2679KB)在这两种情况下,如果我们看到 swf 文件的大小仅为 2679KB。因此构建器正在使用一些压缩技术来减小文件大小。命令行中是否有任何可用选项来执行以下操作相同的压缩技术??。我使用以下命令来打包 swf 文件。

adt -package -target apk -storetype pkcs12 -keystore testCert.p12 projectRunTime.apk projectRunTime-app.xml projectRunTime.swf

提前致谢!

I have a built a mobile application using flash builder burrito and when i export the app from the builder the size of the apk file is say 1180KB,but when i try packaging the same application from the command line the size increases dramatically(to 2679KB).In both the cases if we see the size of swf file it is 2679KB only.So the builder is using some compression techniques to reduce the file size.Is there any options available in command line to do the same compression technique??.I have used the following command to package the swf file..

adt -package -target apk -storetype pkcs12 -keystore testCert.p12 projectRunTime.apk projectRunTime-app.xml projectRunTime.swf

Thanks in advance!!!

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

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

发布评论

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

评论(1

帅的被狗咬 2024-11-16 10:14:46

Flash Builder 使用 ADT 来打包 APK。没有额外的压缩选项。要了解发生了什么情况,我建议您解压两个 apk 文件并比较文件内容。

Flash Builder uses ADT to package the APK. There are no extra compression options. To find out what is going on, I suggest that you unzip both the apk files and compare the file contents.

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