From 39abfc300097ba18a62982e8869794d2390f8d16 Mon Sep 17 00:00:00 2001 From: tohar <84278827+tohar777@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:33:29 +0300 Subject: [PATCH 1/3] Update installation instructions for Linux Add note about limitations of AirSDK for Linux. --- docs/basics/install/linux.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/basics/install/linux.mdx b/docs/basics/install/linux.mdx index e7b198751..7075e5ee8 100644 --- a/docs/basics/install/linux.mdx +++ b/docs/basics/install/linux.mdx @@ -19,9 +19,10 @@ To install and run AIR your development environment must meet these minimum requ - A version of Java: - Minimum: JDK 11 - Recommended: [JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) or [JDK 21](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html) - + ## Install the SDK +#### AirSDK for linux is currently limited for due to development, so accessing tools as ADL will may not work properly! You have two options to install the AIR SDK. The recommended method is to use the AIR SDK Manager. The manager will inform you of available updates and minimise the download required for each update. @@ -139,4 +140,4 @@ You must make sure you have the Java Developmet Kit (JDK) installed and that you We currently recommend using Java 17 but check the release notes for any changes. -- [Java SE 17 Archive Downloads](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) \ No newline at end of file +- [Java SE 17 Archive Downloads](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) From d1029414cb5bc1d954c3e3c7b39634185307320b Mon Sep 17 00:00:00 2001 From: tohar <84278827+tohar777@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:25:05 +0300 Subject: [PATCH 2/3] Revise note on AirSDK limitations for Linux Updated note about AirSDK limitations for Linux installation. --- docs/basics/install/linux.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/basics/install/linux.mdx b/docs/basics/install/linux.mdx index 7075e5ee8..10cbf4c29 100644 --- a/docs/basics/install/linux.mdx +++ b/docs/basics/install/linux.mdx @@ -22,7 +22,9 @@ To install and run AIR your development environment must meet these minimum requ ## Install the SDK -#### AirSDK for linux is currently limited for due to development, so accessing tools as ADL will may not work properly! +::: note +AirSDK for linux is currently limited for due to development, so accessing tools as ADL will may not work properly! +::: You have two options to install the AIR SDK. The recommended method is to use the AIR SDK Manager. The manager will inform you of available updates and minimise the download required for each update. From 38c0f20b27cb12c12488b0d477f577c33e89ba37 Mon Sep 17 00:00:00 2001 From: tohar <84278827+tohar777@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:47:35 +0300 Subject: [PATCH 3/3] Update Linux SDK installation notes Clarified Linux AIR SDK support and licensing requirements. --- docs/basics/install/linux.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/basics/install/linux.mdx b/docs/basics/install/linux.mdx index 10cbf4c29..cb886fc1e 100644 --- a/docs/basics/install/linux.mdx +++ b/docs/basics/install/linux.mdx @@ -23,7 +23,11 @@ To install and run AIR your development environment must meet these minimum requ ## Install the SDK ::: note -AirSDK for linux is currently limited for due to development, so accessing tools as ADL will may not work properly! +Linux AIR SDK support requires a commercial license. + +HARMAN provides AIR support for Linux x86_64 and ARM64 only for developers with a commercial AIR SDK license. The Linux runtime is not available in the free tier, so Linux development tools such as adl require a valid commercial license. + +Linux also does not support the AIR shared runtime. As a result, .air packages and native installers cannot be created directly with AIR SDK. Applications should instead be distributed as bundles containing the captive runtime and packaged using native Linux deployment tools. ::: You have two options to install the AIR SDK. The recommended method is to use the AIR SDK Manager. The manager will inform you of available updates and minimise the download required for each update.