没有合适的资源?快使用搜索试试~ 我知道了~
Release_Notes_AIR_SDK_51.1.2.pdf
试读
23页
需积分: 0 0 下载量 85 浏览量
更新于2024-10-15
收藏 314KB PDF 举报
Release_Notes_AIR_SDK_51.1.2.pdf
Public
1(23)
ADOBE AIR SDK RELEASE NOTES
Version 51.1.2.1
Copyright © 2024 HARMAN Connected Services
All rights reserved.
Document Id: HCS19-000287
Adobe AIR SDK Release Notes
Version
51.1.2.1
Date
10 October 2024
Document ID
HCS19-000287
Owner
Andrew Frost
Public
2(23)
ADOBE AIR SDK RELEASE NOTES
Version 51.1.2.1
Copyright © 2024 HARMAN Connected Services
All rights reserved.
Document Id: HCS19-000287
Table of contents
1 Release Overview ............................................................................ 3
1.1 Key changes ...................................................................................... 3
1.2 Deployment ........................................................................................ 3
1.3 Limitations .......................................................................................... 3
1.4 Feedback ........................................................................................... 4
1.5 Notes ................................................................................................. 4
2 Release Information ......................................................................... 5
2.1 Delivery Method ................................................................................. 5
2.2 The Content of the Release ............................................................... 5
2.3 AIR for Linux – Restrictions ................................................................ 6
2.4 AIR for Flex users .............................................................................. 6
3 Summary of changes ....................................................................... 7
3.1 Runtime and namespace version ....................................................... 7
3.2 Build Tools ......................................................................................... 7
3.3 AS3 APIs............................................................................................ 7
3.4 Features ............................................................................................. 7
3.5 Bug Fixes ........................................................................................... 9
4 Configuration File .......................................................................... 12
5 Android builds ................................................................................ 14
5.1 AAB Target ...................................................................................... 14
5.2 Play Asset Delivery .......................................................................... 14
5.3 Android Text Rendering ................................................................... 15
5.4 Android File System Access ............................................................ 16
6 Windows builds .............................................................................. 18
7 MacOS builds ................................................................................. 19
8 iOS support .................................................................................... 20
8.1 32-bit vs 64-bit ................................................................................. 20
8.2 MacOS remote linking from Windows .............................................. 20
9 Splash Screens .............................................................................. 23
9.1 Desktop (Windows/macOS) ............................................................. 23
9.2 Android ............................................................................................ 23
9.3 iOS ................................................................................................... 23
Public
3(23)
ADOBE AIR SDK RELEASE NOTES
Version 51.1.2.1
Copyright © 2024 HARMAN Connected Services
All rights reserved.
Document Id: HCS19-000287
1 Release Overview
Release 51.1.2.1 is a new feature release of the AIR 51.1 version, with the required updates for iOS
18 and a number of other minor feature improvements. No changes have been made to the
ActionScript APIs or versioning, or the XML descriptor file format, so the SWF version for this
continues to be 51 and the namespace continues at “51.1”.
1.1 Key changes
The build environment has been updated for for the macOS/iOS platforms, with the latest Apple SDKs
and build tools being used for these. This also means the ‘stub’ files include the new iOS/tvOS library
files so that applications/ANEs could access these APIs, although our recommendation is to develop
these applications on macOS where we can use the Apple linker and the official SDKs.
Two key changes to the iOS builds are to fix a problem in the AOT compiler with numerical operations
that can happen when a ‘float’ type is also used; and to ensure that Basic Authentication is working
properly when used in conjunction with self-signed certificates in HTTPS connections.
A number of updates have been provided on Android, with some focus on stability where applications
are set up to use the runtime in the ‘background’ thread.
Further changes are made to ADT to remove some of the confusing warning messages (which are
instead only output to the log file/troubleshooting connection), introducing the ability to generate a
universal APK file from an AAB bundle, and to be able to code-sign using “provider” class and
argument values, to match the jarsigner behaviour and support hardware tokens.
1.2 Deployment
To obtain the release, it is recommended that developers install the AIR SDK Manager. Whilst the
monolithic zip files will still be available from the https://airsdk.harman.com
website, this may be
updated less frequently in the future with only major releases. The goal is for the AIR SDK Manager to
help us publish minor updates/fixes with a quicker cadence without resulting in a large amount of
effort and data downloads.
The AIR SDK Manager is now available from the https://airsdk.dev website, as part of the “getting
started” instructions, or directly from github at: https://github.com/airsdk/airsdkmanager-releases
1.3 Limitations
For macOS users on 10.15+, the SDK may not work properly unless the quarantine setting is
removed from the SDK: $ xattr -d -r com.apple.quarantine /path/to/SDK
Please note that there is no longer support for 32-bit IPA files, all IPAs will use just 64-bit binaries now
so older iPhones/iPads may not be supported.
Android development should now be performed with an installation of Android Studio and the SDK
and build tools, so that the new build mechanism (using Gradle and the Android Gradle Plug-in) can
use the same set-up as Android Studio.
Linux runtimes are built using Ubuntu 16 for x86_64 variants in order to provide maximum
compatibility; however for arm64, the build environment uses Ubuntu 22 which then restricts usage to
similar versions of Linux (i.e. that have glibc version 2.34 or later).
Public
4(23)
ADOBE AIR SDK RELEASE NOTES
Version 51.1.2.1
Copyright © 2024 HARMAN Connected Services
All rights reserved.
Document Id: HCS19-000287
1.4 Feedback
Any issues found with the SDK should be reported to adobe.support@harman.com or preferably
raised on https://github.com/airsdk/Adobe-Runtime-Support/issues.
The website for AIR SDK is available at: https://airsdk.harman.com with the developer portal available
under https://airsdk.dev
1.5 Notes
Contributors to the https://airsdk.dev website would be very welcomed: this portal is being built up as
the repository of knowledge for AIR and will be taking over from Adobe’s developer websites
The AS3 documentation for AIR is updated and now also available under this site:
https://airsdk.dev/reference/actionscript/3.0/
We will continue to provide the shared AIR runtime for Windows/macOS; however, this is not a
recommended deployment mechanism, it is prefereably to create native installers based on the
”bundle” deployments.
On MacOS in particular, the use of the shared AIR runtime to ‘install’ a .air file will not create a signed
application, hence new MacOS versions may block these from running. To ensure a properly signed
MacOS application is created, the “bundle” option should be used with native code-signing options
(i.e. those appearing after the “-target bundle” option) having a KeychainStore type with the alias
being the full certificate name.
Public
5(23)
ADOBE AIR SDK RELEASE NOTES
Version 51.1.2.1
Copyright © 2024 HARMAN Connected Services
All rights reserved.
Document Id: HCS19-000287
2 Release Information
2.1 Delivery Method
This release shall be delivered via the AIR SDK website: https://airsdk.harman.com/download
The update will also be available via the AIR SDK Manager. The latest version of this can be
downloaded from https://github.com/airsdk/airsdkmanager-releases/releases
.
2.2 The Content of the Release
2.2.1 Detailed SW Content of the Release
Component Name
51.1.2.1
Core Tools
3.3.0
AIR Tools
3.1.0
Windows platform package
3.3.0
MacOS platform package
3.3.0
Linux platform package
3.3.0
Android platform package
3.3.0
iPhone platform package
3.3.0
2.2.2 Delivered Documentation
Title
Document Number
Version
Adobe AIR SDK Release Notes
HCS19-000287
51.1.2
2.2.3 Build Environment
Platform
Build Details
Android Target SDK Version: 34
Minimum SDK Version: 21
Platform Tools: 28.0.3
Build Tools: 34.0.0
SDK Platform: Android-34
Note – these are the versions we use to build the AIR SDK and runtime,
we also recommend developers match the same ‘target SDK’ version as
here.
iOS iPhoneOS SDK Version: 18.0
iPhoneSimulator SDK Version: 18.0
XCode Version: 16.0
Minimum iOS Target: 12.0
剩余22页未读,继续阅读
资源推荐
资源评论
2024-05-12 上传
101 浏览量
2024-05-12 上传
191 浏览量
2024-05-12 上传
201 浏览量
114 浏览量
2022-05-07 上传
200 浏览量
5星 · 资源好评率100%
166 浏览量
2018-04-16 上传
2018-04-08 上传
2020-08-01 上传
164 浏览量
159 浏览量
5星 · 资源好评率100%
2022-01-28 上传
153 浏览量
115 浏览量
2022-05-18 上传
资源评论
锦州牤牛
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 电影购票系统-Java Web项目
- SPD-Conv-main.zip
- 使用Python和Pygame库创建新年烟花动画效果
- chapter9.zip
- 安居客Python爬虫代码.zip
- 企业可持续发展性数据集,ESG数据集,公司可持续发展性数据(可用于多种企业可持续性研究场景)
- 车辆轨迹自适应预瞄跟踪控制和自适应p反馈联合控制,自适应预苗模型和基于模糊p控制均在simulink中搭建 个人觉得跟踪效果相比模糊pid效果好很多,轨迹跟踪过程,转角控制平滑自然,车速在36到72
- 数据分析-49-客户细分-K-Means聚类分析
- TIA PORTAL V18 UPD5更新包(2024.10最新)-链接地址.txt
- 使用Python和Pygame实现圣诞节动画效果
- 自动驾驶不同工况避障模型(perscan、simulink、carsim联仿),能够避开预设的(静态)障碍物
- 100个情侣头像,唯美手绘情侣头像
- 国际象棋检测10-YOLO(v5至v9)、COCO、CreateML、Paligemma数据集合集.rar
- 2024~2025(1)Oracle数据库技术A卷-22软单、软嵌.doc
- 睡眠健康与生活方式数据集,睡眠和生活习惯关联分析(睡眠影响因素)
- 浪漫节日代码 - 爱心代码、圣诞树代码
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功