Skip to content

Release Notes 0.9.4

Dave Fisher edited this page Nov 16, 2018 · 3 revisions

This document contains useful information for the release that was discovered after the RELEASE_NOTES file was finalized and packaged in the release.

If you get the following error while building using Maven:

Failure to find com.adobe.air.framework:airglobal:swc:20.0

Locate an airglobal.swc on your computer (it may not have to be version 20) and run:

mvn install:install-file -DgroupId=com.adobe.air.framework -DartifactId=airglobal -Dversion=20.0 -Dpackaging=swc -Dfile=/path/to/file

If you cannot find airglobal.swc then either do an Ant build or download Adobe Air,

Clone this wiki locally