Skip to content

Commit 7fa7ead

Browse files
committed
feat: add suggested build environment docs
1 parent a1939db commit 7fa7ead

File tree

5 files changed

+49
-0
lines changed

5 files changed

+49
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "Build Environment"
3+
---
4+
5+
This is the suggested build environment for the current version of the AIR SDK and the extensions.
6+
7+
8+
9+
## Java
10+
11+
Currently we recommend using Java 21 for building AIR applications.
12+
13+
14+
## Android
15+
16+
You will need to install the Android SDK and ensure you inform the AIR SDK where it is located.
17+
18+
- The Android SDK can be installed using the [Android Studio](https://developer.android.com/studio) IDE.
19+
- Use the Android Studio SDK Manager to install the latest version of the Android SDK.
20+
- Ensure you install the Android SDK Platform Tools and the Android SDK Build Tools.
21+
- Version 34 (Android 14) of the Android SDK is recommended.
22+
- Version 34.0.0 of the Android Build Tools is recommended.
23+
24+
![](images/android-sdk-manager-sdk.png)
25+
![](images/android-sdk-manager-buildtools.png)
26+
27+
- Set the path to the Android SDK in the AIR SDK Manager:
28+
- Open the AIR SDK Manager
29+
- Click on the "Configuration" tab
30+
- Set the path to your Android SDK installation directory
31+
32+
33+
![](images/air-sdk-manager-config.png)
34+
35+
36+
## iOS
37+
38+
We suggest you install the latest version of Xcode for building iOS applications and ensure you have the latest version of the iOS SDK installed.
39+
40+
- Version 18.4+ of iOS SDK is recommended.
41+
42+
- Ensure you set the path to the iOS SDK in the AIR SDK Manager:
43+
- Open the AIR SDK Manager
44+
- Click on the "Configuration" tab
45+
- Set the path to your iOS SDK installation directory
46+
47+
48+
![](images/air-sdk-manager-config.png)
117 KB
Loading
112 KB
Loading
136 KB
Loading

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3407,6 +3407,7 @@ module.exports = {
34073407
{ type: "doc", id: "tutorials/index" },
34083408
{
34093409
"Getting Started": [
3410+
"tutorials/build-environment",
34103411
"tutorials/getting-started",
34113412
{
34123413
IDE: [

0 commit comments

Comments
 (0)