Quirk with the Merapi Hello World project…
When running the Merapi project for the first time within Flash Builder, the obvious choice is to look for the Hello World project. However, when you first try to run this project the compiler will complaint with the following error:
Actual Results:
Process terminated without establishing connection to debugger.Command:
“/Applications/Adobe Gumbo MAX Preview/sdks/4.0.0/bin/adl” -runtime “/Applications/Adobe Gumbo MAX Preview/sdks/4.0.0/runtimes/air/mac” “/Users/mac/Documents/Flex Builder 3/myair/bin-debug/myair-app.xml” “/Users/mac/Documents/Flex Builder 3/myair/bin-debug”Output from command:
error while loading initial content
The solution is to update the application configuration file to use the 1.5 namespace instead of the preconfigured one which is set to 1.1.
You can read more about the solution in the Adobe JIRA here: http://bugs.adobe.com/jira/browse/FB-15687






Great post! Thanks for the info.