Flex Builder: Process terminated
Mar 10, 2009
- Is your Flex builder throwing the error "Process terminated without establishing connection to debugger" when your try to launch your Air Application?
- Did you recently upgrade your SDK or the entire Flex Builder application, maybe to SDK 1.3?
- Are you working with a pre-existing project?
Open up your projects "projectName-app.xml" file in your source root. The second line will most likely be:<application xmlns="http://ns.adobe.com/air/application/1.1">
Change it to:<application xmlns="http://ns.adobe.com/air/application/1.5">
Your project should run just fine on recompile
Philip wrote on 03/17/09 10:14 AM