在 Flex 移动应用程序中从命令行打包时,.apk 文件的大小更大
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.