AIR 4.0 Flash Builder中的错误:初始内容未找到未找到、错误、内容、AIR

2023-09-09 21:52:58 作者:国产小仙女

我在ActionScript 3的移动动作的项目做一个八哥的应用程序在Flash Builder 4.7。一切都进行得很顺利,直到我决定,我想改变项目的名称和文件类的名称。然后,我开始收到错误消息。我已经看了几个帖子,试了一下他们建议,并仍然得到错误,当我尝试调试它。

I am making a starling app in flash builder 4.7 in actionscript 3 as mobile actionscript project. Everything was going fine until I decided that I wanted to change the name of the project and the name of the document class. Then I started getting the error message. I have already looked at a few posts, tried what they suggested, and still get the error when I try to debug it.

错误消息:

进程终止而没有建立连接调试器。

Process terminated without establishing connection to debugger.

初​​始内容没有发现

启动命令的详细信息:/应用/使用Adobe Flash Builder的4.7 /日蚀/插件/ com.adobe.flash.compiler_4.7.0.349722 / AIRSDK /斌/ ADL-runtime/应用/使用Adobe Flash Builder的4.7 /月食/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/runtimes/air/mac-profile mobileDevice -screensize 640x1116:640x1136 -XscreenDPI 326 -XversionPlatform IOS /用户/ bobolicious3000 /文档/ Aclown / RuMenusDMT / bin-调试/ HelloDMT2-app.xml中/用户/ bobolicious3000 /文档/ Aclown / RuMenusDMT / bin中调试

Launch command details: "/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/bin/adl" -runtime "/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/runtimes/air/mac" -profile mobileDevice -screensize 640x1116:640x1136 -XscreenDPI 326 -XversionPlatform IOS /Users/bobolicious3000/Documents/Aclown/RuMenusDMT/bin-debug/HelloDMT2-app.xml /Users/bobolicious3000/Documents/Aclown/RuMenusDMT/bin-debug

我已经尝试过:

更改参数的XML描述符文件: 它是: Changing the parameter in the xml descriptor file: It was:

[此值将由Flash Builder的输出app.xml中覆盖]

和我改成了很多事情,包括:

and I changed it to a lot of things including:

<content>RuMenusDMT.swf</content>

毫无效果。

更改的XML文件的标题。

我用AIR 4.0 SWC,和XML文件头看起来是这样的:

I am use AIR 4.0 swc, and the xml file header looks like this:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/4.0">

清洁项目

我通常喜欢Flash Builder中,但这真的给了我一个困难时期。

I normally like flash builder, but this is really giving me a hard time.

推荐答案

什么工作对我来说是恢复我的项目的滨调试文件夹复制到previous版本(在我的编译的应用程序输出的目录)。就个人而言,我运行Windows 7,所以我只是用OS的版本控制。

What worked for me was restoring my project's "bin-debug" folder (the directory where my compiled application is output) to a previous revision. Personally, I'm running Windows 7, so I just used the OS' revision control.