The AIR SDK is usually only referenced by major and minor version number, but there are important differences in the numbers way to the right.
How can I inspect my installed SDK and know for certain which exact version it is?
The AIR SDK is usually only referenced by major and minor version number, but
Share
If you’re on Windows:
The Details tab contains a property named “File Version” with a value that shows the full version of the AIR SDK (e.g., 3.5.0.1060).
If you’re on a Mac (or on Windows), you could just create a bare-bones AIR app and add this line of ActionScript:
When you test the file in your IDE of choice, you should see the full AIR SDK version in your IDE’s output panel.