Flex Builder: “error while loading initial content” in debug session
When i try to debug an AIR project in Flexbuilder i get an error and the application don’t start:
Flex Builder displayed an error dialog showing the command it used to debug my app, and it’s resulting output: “error while loading initial content”.
Walking around the web i found the solution, an it was very simple. You have to update the namespace in your AIR project’s AppName-app.xml (application descriptor file) to reflect the correct AIR version, at the moment 1.5:
<application xmlns="http://ns.adobe.com/air/application/1.5">
