More Verbose Messages From ADL?
Hi,
I've run into a problem today when compiling my Flex application that I am getting an error: AIR Debug Launcher: error while loading initial content. That's pretty vague to me, so I was wondering is there a way to make IDEA give more info about these types of errors?
thx
Please sign in to leave a comment.
IntelliJ IDEA shows everything it gets from ADL. ADL doesn't tell more.
"error while loading initial content" may happen because of incorrect -swf-version
Ok thx.