Jimothy
Jimothy

Reputation: 87

AIR 4.0 Flash Builder Error: Initial Content Not Found

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.

Error Message:

Process terminated without establishing connection to debugger.

initial content not found

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

What I have tried already:

[This value will be overwritten by Flash Builder in the output app.xml]

and I changed it to a lot of things including:

<content>RuMenusDMT.swf</content>

Nothing worked.

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">

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

Upvotes: 0

Views: 2632

Answers (1)

Pup
Pup

Reputation: 10516

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.

Upvotes: 0

Related Questions