You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Titanium_Compatibility_Matrix/README.md
+8-73Lines changed: 8 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This document describes the system environments that are compatible with Titaniu
13
13
14
14
Some information about legacy Titanium SDK versions is included here solely for reference. Thus, only the following releases are officially supported:
15
15
16
-
* 12.0.0 - latest
16
+
* 12.5.0 - latest
17
17
18
18
### Pre-release versions
19
19
@@ -62,15 +62,16 @@ See [Installing Oracle JDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Pre
62
62
63
63
## Node.js
64
64
65
-
To run all Titanium components, you must have Node.js 14 or later.
65
+
To run all Titanium components, you must have Node.js 18 or later.
66
66
67
67
On Windows you will need to enable `dev mode` in the Windows settings in order to use Node correctly. [Official Website](https://nodejs.org/en/download/releases/)
68
68
69
69
### Supported version of node.js
70
70
71
71
| Unified CLI Version | Min Node Version | Max Node Version |
72
72
| --- | --- | --- |
73
-
| 12.1.0 - latest | 16.x | 20.x |
73
+
| 12.5.0 - latest | 18.x | 20.x |
74
+
| 12.1.0 - 12.5.0 | 16.x | 20.x |
74
75
75
76
76
77
See [Installing Node](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Node.html) for details.
@@ -101,23 +102,15 @@ Titanium can provide a development environment for third-party mobile platforms
101
102
102
103
### Android
103
104
104
-
See [Installing the Android SDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Installing_Platform_SDKs/Installing_the_Android_SDK.html) for detailed instructions. Since Titanium SDK 12.0.0 we target and support Android 13 by default.
105
+
See [Installing the Android SDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Installing_Platform_SDKs/Installing_the_Android_SDK.html) for detailed instructions. Since Titanium SDK 12.5.0 we target and support Android 14 by default.
105
106
106
107
Titanium requires the Android SDK Tools to be installed in order to allow you to develop Android applications.
107
108
108
109
The _Android SDK Manager_ installer may be obtained from the [Android Studio and SDK tools](https://developer.android.com/studio) site.
109
110
110
111
#### Required Android Packages
111
112
112
-
As of **Titanium 9.0.0**, the build system will automatically download the Android SDK platforms and tools needed.
113
-
114
-
For **Titanium 8.x.x**, you need to installed the following packages via the Android SDK Manager yourself:
115
-
116
-
| Package | Minimum Version |
117
-
| --- | --- |
118
-
| Android SDK Tools | Rev 28 |
119
-
| Android SDK Build-tools | Rev 23 |
120
-
| Android SDK Platform (API Level) | API Level 29 for Titanium 8.3.x<br />API Level 28 for Titanium version older than 8.3.0 |
113
+
As of **Titanium 9.0.0**, the build system will automatically download the Android SDK platforms and tools needed. For details look at the dependencies in the main Titanium SDK repository: https://github.com/tidev/titanium-sdk/blob/master/android/package.json#L19-L28
121
114
122
115
::: warning ⚠️ Warning
123
116
Take caution before upgrading these packages, as changes to the way they work has broken the Titanium toolchain a number of times in the past. Although these problems are often beyond our control, we always do our utmost to fix them as soon as we are made aware of them.
@@ -133,7 +126,8 @@ Each Titanium SDK supports building against a specific range of Android versions
133
126
134
127
| Titanium SDK Version | Min Target Android Version <br />(android:targetSdkVersion) | Max Target Android Version <br />(android:targetSdkVersion) | Min Supported Android Version <br />(android:minSdkVersion) |
0 commit comments