amxmlc compiler error while compiling pure AS3 file.
I am trying to compile an AS3 app using amxmlc. The command is given below:
amxmlc testApp.as -debug=true -o testApp.swf
However, I get the following error:
Loading configuration: D:\Adobe Air\AIR 33\frameworks\air-config.xml
Error: Can not resolve config constant: 'release'
Error: Can not resolve config constant: 'debug'
Can someone please point out what is happening, or where I am making a mistake? Thanks
