Replies: 74 comments 115 replies
-
New AIR (beta) Release 33.1.1.779 Download: Release Notes: Features: Bug Fixes: |
Beta Was this translation helpful? Give feedback.
-
Yeah, new releases need to be advertised in here at the very least, in my opinion. 99% of the time I have no idea there's a new release until someone reports a bug about it, or there's some casual mention of it in a discussion. The irony is that my inbox is spammed with bug tracker/discussion stuff and yet not once (until this post) have I seen an actual announcement of a new version haha. Its so weird. |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 33.1.1.795Downloadhttps://airsdk.harman.com/download/33.1.1.795 Release Noteshttps://airsdk.harman.com/api/versions/33.1.1.795/release-notes/Release_Notes_AIR_SDK_33.1.1.795.pdf Featuresgithub-1724: Adding 'preventDeviceModelAccess' tag in the ‘android’ section of the application descriptor to stop Build.MODEL call Bug FixesAIR-5760: Fixing crash in Android font rendering with clip larger than bitmap |
Beta Was this translation helpful? Give feedback.
-
"github-1729: Enabling low/medium quality mode on desktop builds via an ‘allowLowQuality’ tag in the ‘initialWindow’ section of the application descriptor file." This is great news - I've been begging Adobe for this feature for 8 years - ever since I started making Desktop games! |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 33.1.1.821Downloadhttps://airsdk.harman.com/download/33.1.1.821 Release Noteshttps://airsdk.harman.com/api/versions/33.1.1.821/release-notes/Release_Notes_AIR_SDK_33.1.1.821.pdf FeaturesAIR-5443: Updated iOS handling of URL sessions to support self-signed certificate confirmations Bug Fixesgithub-1543: AIR Android APK camera roll permission problem |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 33.1.1.856Downloadhttps://airsdk.harman.com/download/33.1.1.856 Release Noteshttps://airsdk.harman.com/api/versions/33.1.1.856/release-notes/Release_Notes_AIR_SDK_33.1.1.856.pdf FeaturesAIR-5912: Adding the ability to capture Android device logs via ADT Bug FixesAIR-331: Defaulting Android manifests to use a high max_aspect ratio |
Beta Was this translation helpful? Give feedback.
-
Hi, Andrew! Can you help, please, how to create "android-studio" project with Intelij Idea. I am not aware how to properly utilize ADT. Wondering, where I need to put this ADT command. Thank you. |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 33.1.1.889Download Release Notes Features Bug Fixes |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 33.1.1.929 Release Notes AIR-5964: Reverting the merging of ABC blocks in SWCs |
Beta Was this translation helpful? Give feedback.
-
Just wanted to express my sincere appreciation of the tremendous support to the community that are going through an extinction phase! 😞 |
Beta Was this translation helpful? Give feedback.
-
AIR 50.0 beta/pre-releaseHi all - it would be great to get people's feedback on this, any information about bugs/problems with the new functionality in particular. Typically, having done all the below and uploaded the release notes etc, I've realised there's a few changes in the AS3 compiler that haven't been added to the list in the SDK/PDF so I'll add those below... Downloadhttps://airsdk.harman.com/download/50.0.0.1 Release Noteshttps://airsdk.harman.com/api/versions/50.0.0.1/release-notes/Release_Notes_AIR_SDK_50.0.0.1.pdf FeaturesAIR-5060: Add support for macOS 'function' key modifier Bug fixes:AIR-6005: ADL should check for a license in the user folder first AS3 Compiler:A few updates to this have been made too: AIR-6085: Debug SWF files to include their location for debugger monitoring AIR-5678: AS3 to support null-conditional operators AIR-5761: AS3 to support nullish coalescing AIR-5676: AS3 to support verbatim strings We need to dig out the github-based references for some of these issues with our internal AIR-nnnn tags, and update the originators to let them know about these updates! thanks |
Beta Was this translation helpful? Give feedback.
-
Very Nice!!!!
How to use the delayed-load capability for ANEs?
Em qui., 15 de set. de 2022 às 11:19, Jan F. Weber ***@***.***>
escreveu:
… val = (x == null) ? null : y;
Is this really correct? I would have expected *val* to become *x* or *y*
and not *null*.. 🤔
Yes, this is correct. The value of x determines whether val is assigned
null or y.
But it looks like it does not match with val = x ?? y;
—
Reply to this email directly, view it on GitHub
<#1699 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCZGYI5RMM5HOPK4VLDBELV6MWANANCNFSM5PBVVFDA>
.
You are receiving this because you are subscribed to this thread.Message
ID: <airsdk/Adobe-Runtime-Support/repo-discussions/1699/comments/3654417@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Yes and yes! Thank you…!
…-d.Derek Frederickson | Creative DirectorTwisted Media Inc. | http://www.twistedmedia.com(773) ***@***.*** Sep 15, 2022, at 7:41 AM, Michoko ***@***.***> wrote:
Awesome work, thank you so much to Harman for their continued amazing support, and to Distriqt ***@***.*** ) for their huge contribution to the airsdk website! <3
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Cool update! I'm excited about the cutout information, as I recently added wider aspect ratio support, and the notches have been somewhat tricky. |
Beta Was this translation helpful? Give feedback.
-
Wow, great news! |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.1.2To fix a couple of major issues in the previous version, we have rushed through an update with limited changes: Downloadhttps://airsdk.harman.com/download/51.1.1.2 Release Noteshttps://airsdk.harman.com/api/versions/51.1.1.2/release-notes/Release_Notes_AIR_SDK_51.1.1.pdf Bug fixesGithub-461: Fixing command-line entry framework detection for MacOS bundle |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.1.3Downloadhttps://airsdk.harman.com/download/51.1.1.3 Release Noteshttps://airsdk.harman.com/api/versions/51.1.1.3/release-notes/Release_Notes_AIR_SDK_51.1.1.pdf Bug fixesGithub-3354: Ensuring Chinese fonts on iOS 18 can be used |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.1.4Downloadhttps://airsdk.harman.com/download/51.1.1.4 Release Noteshttps://airsdk.harman.com/api/versions/51.1.1.4/release-notes/Release_Notes_AIR_SDK_51.1.1.pdf Bug fixesAIR-7340: ANE loading information available when debugging |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.1.5Downloadhttps://airsdk.harman.com/download/51.1.1.5 Release Noteshttps://airsdk.harman.com/api/versions/51.1.1.5/release-notes/Release_Notes_AIR_SDK_51.1.1.pdf Bug fixesAIR-7119: AIR Android - remove use of APIs that are restricted by strict mode |
Beta Was this translation helpful? Give feedback.
-
I’m confused then…do I (a Mac-only person) upgrade or no?
…-d.
Derek Frederickson | Founder

Twisted Media Inc. | http://www.twistedmedia.com
(773) 972-2972 | ***@***.***
On Sep 23, 2024, at 3:52 AM, Andrew Frost ***@***.***> wrote:
@a9848840 <https://github.com/a9848840> the 51.1.1.5 release wasn't across all platforms, so for macOS and iOS the runtimes hadn't been updated - hence they would still show as 51.1.1.4.
—
Reply to this email directly, view it on GitHub <#1699 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIFSCW47MRD4TCN2CMLHHLDZX7JGDAVCNFSM5PBVVFDKU5DIOJSWCZC7NNSXTOSENFZWG5LTONUW63SDN5WW2ZLOOQ5TCMBXGIZTMMJR>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
No worries just checking. Thanks!-d.Derek Frederickson | FounderTwisted Media Inc. | http://www.twistedmedia.com(773) ***@***.*** Sep 24, 2024, at 5:25 AM, Andrew Frost ***@***.***> wrote:
If you're using a mac but writing applications that would be deployed onto Android, then definitely.
If you're using a mac only to create iPhone/iPad applications, then there's no need.
If you're creating application for macs themselves then probably (if you've got ANEs) - because the build tools are also updated, and change the way that macos App Bundles are created.
If you're creating cross-platform .air files then no need.
Hope that's clearer (?!) - generally though, there shouldn't ever be a downside in going from one build number to the next, it should just be bug fixes with low possibilities of regressions. (In practice we may not quite achieve that, but this is the plan!)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
https://airsdk.harman.com/download/51.1.1.5 page is not loading. Is there any issue with site. |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.2.1Downloadhttps://airsdk.harman.com/download/51.1.2.1 Release Noteshttps://airsdk.harman.com/api/versions/51.1.2.1/release-notes/Release_Notes_AIR_SDK_51.1.2.pdf FeaturesAIR-7350: ADT to create an APK file from an AAB file Bug fixesAIR-7390: Basic Authentication not working on iOS |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.2.2Downloadhttps://airsdk.harman.com/download/51.1.2.2 Release Noteshttps://airsdk.harman.com/api/versions/51.1.2.2/release-notes/Release_Notes_AIR_SDK_51.1.2.pdf Bug fixesAIR-7364: ADT to abort if a malformed ABC block is found during IPA creation |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.2.3Downloadhttps://airsdk.harman.com/download/51.1.2.3 Release Noteshttps://airsdk.harman.com/api/versions/51.1.2.3/release-notes/Release_Notes_AIR_SDK_51.1.2.pdf Bug fixesAIR-7463: AIR macOS apps resize badly for high-resolution support on Sequoia |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.3.1Downloadhttps://airsdk.harman.com/download/51.1.3.1 Release Noteshttps://airsdk.harman.com/api/versions/51.1.3.1/release-notes/Release_Notes_AIR_SDK_51.1.3.pdf FeaturesAIR-7442: AIR Android support for middle and right mouse button clicks Bug fixesAIR-7467: Android AIR ANR caused by key listener in wrong thread |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.3.2Downloadhttps://airsdk.harman.com/download/51.1.3.2 Release Noteshttps://airsdk.harman.com/api/versions/51.1.3.2/release-notes/Release_Notes_AIR_SDK_51.1.3.pdf Bug fixesAIR-7483: Android AIR crash in worker initialising sound channel |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.3.3Downloadhttps://airsdk.harman.com/download/51.1.3.3 Release Noteshttps://airsdk.harman.com/api/versions/51.1.3.3/release-notes/Release_Notes_AIR_SDK_51.1.3.pdf Bug fixesAIR-7524: Use of Screen.mainScreen in a Worker causes crash on iOS A few final fixes for 2024.. a couple of them seemed fairly important to get out asap. We're now looking to do a 51.2 beta as early as possible in January but several of us are having a bit of a break over the New Year period so responses may be slow for a bit. |
Beta Was this translation helpful? Give feedback.
-
New AIR SDK Release 51.1.3.4Downloadhttps://airsdk.harman.com/download/51.1.3.4 Release Noteshttps://airsdk.harman.com/api/versions/51.1.3.4/release-notes/Release_Notes_AIR_SDK_51.1.3.pdf Bug fixesAIR-7542: Windows StageWebView fails if main window is destroyed |
Beta Was this translation helpful? Give feedback.
-
Just so you know the version in the software still says 51.1.3.3
…-d.
Derek Frederickson | Founder

Twisted Media Inc. | http://www.twistedmedia.com
(773) 972-2972 | ***@***.***
On Jan 14, 2025, at 2:30 AM, Andrew Frost ***@***.***> wrote:
New AIR SDK Release 51.1.3.4
Download
https://airsdk.harman.com/download/51.1.3.4
Release Notes
https://airsdk.harman.com/api/versions/51.1.3.4/release-notes/Release_Notes_AIR_SDK_51.1.3.pdf
Bug fixes
AIR-7542: Windows StageWebView fails if main window is destroyed
Github-2505: Ensuring it's possible to seek(0) from a video metadata callback
—
Reply to this email directly, view it on GitHub <#1699 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIFSCWZMJZPA4F62YA4RHR32KTRNVAVCNFSM5PBVVFDKU5DIOJSWCZC7NNSXTOSENFZWG5LTONUW63SDN5WW2ZLOOQ5TCMJYGMYDEMBT>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
A small thread for notifying of new AIR SDK (beta/official) releases in the Discussions here, so users don't have to visit the Harman website all the time.
Beta Was this translation helpful? Give feedback.
All reactions