更改 app-xml 文件中的可见值时,flash builder 4.5 中出现错误

发布于 2024-12-06 06:59:06 字数 532 浏览 0 评论 0原文

我正在使用 flash builder 4.5 来创建应用程序。当我更改 app-xml 中的初始窗口可见值时,我无法运行该应用程序。我收到以下错误

“进程意外终止。

无效的应用程序描述符:非法值”true false” 对于 application/initialWindow/visible。

启动命令详细信息:“C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\bin\adl.exe” -runtime “C:\Program Files\Adobe\ Adobe Flash Builder 4.5\sdks\4.5.1\runtimes\air\win" "C:\Documents and Settings\preevara\Adobe Flash Builder 4.5\Test\bin-debug\Test-app.xml" "C:\Documents and Settings\preevara\Adobe Flash Builder 4.5\Test\bin-debug" "

为什么会抛出此错误

I am using flash builder 4.5 to create an app. when I changer the initial window - visible value in app- xml, I am not able to run the app. I get the following error

"Process terminated unexpectedly.

invalid application descriptor: Illegal value "true
false" for application/initialWindow/visible.

Launch command details: "C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\bin\adl.exe" -runtime "C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\runtimes\air\win" "C:\Documents and Settings\preevara\Adobe Flash Builder 4.5\Test\bin-debug\Test-app.xml" "C:\Documents and Settings\preevara\Adobe Flash Builder 4.5\Test\bin-debug" "

why is this error thrown

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

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

发布评论

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

评论(1

隔岸观火 2024-12-13 06:59:06

仅仅一年后,我遇到了同样的问题,解决方案是:检查您的 xx-app.xml,当您有多个标签时会出现此消息。
我在我的 app.xml 中找到了这个:

<autoOrients>false</autoOrients>
    <fullScreen>false</fullScreen>
    <visible>false</visible>
</initialWindow>

Just one year later but I've got the same issue and the solution is : check your xx-app.xml, this message appear when you have more than one tag.
I've found this in my app.xml :

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