Adobe Air upgrade: error while loading initial content
I just installed new Flex SDK 3.4 and Adobe AIR SDK 1.5.2 and run into problem. My old AIR projects cannot be run in debug mode. Weird error occurred:
Process terminated without establishing connection to debugger.
Command:
“E:\Programs\Flex 3 Plugin\sdks\3.4.0\bin\adl.exe” E:\EclipseWork\Foo\bin-debug\Foo-app.xml E:\EclipseWork\Foo\bin-debug
Output from command:
error while loading initial content
Solution for this problem is as uasually simple but it took me some time for googling internet.
All you have to do is change your application namespace to
<application xmlns="http://ns.adobe.com/air/application/1.5">
Application namespace is declared in /src/%your_app_name%_app.xml file.
More information about this workaround you can find at Adobe Bugs database
http://bugs.adobe.com/jira/browse/FB-15687
Comments
Leave a Reply
You must be logged in to post a comment.
