AS3 AIR - 打包时黑屏
当我从 Flash Develop 运行应用程序时,无论是在调试还是发布中,一切都很好。
应用程序打包并安装后,我在运行时只是黑屏。
但是,如果我将“调试”文件添加到 applicationDirecty\META-INF\AIR\debug
中,应用程序将正常运行。
可能是什么原因造成的?如何解决?
When I run the application from Flash Develop everything is fine, both in Debug and Release.
After the application is packaged and installed, I just get a black screen when run.
However if I add a 'debug' file to applicationDirecty\META-INF\AIR\debug
the application runs normally.
What could be causing this? and how can it be solved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
调试实用程序似乎导致了发布版本中的问题...删除对此的调用解决了问题。
A debugging utility seemed to be causing the problem in the release build... removing calls to this solved the issue.
打开 Run.bat 并替换
为
Open Run.bat and replace
with