# Prerequisites
# Overview
This document lists the minimum requirements necessary to run a Titanium environment.
# Memory
The minimum memory requirement for Studio and the Titanium SDK is as follows:
Product | Host Operating System | Storage |
---|---|---|
Appcelerator Studio | All | 1 GB (contiguous) |
Latest Android SDK | macOS | 1.5 GB (contiguous) |
Latest Android SDK | Windows | 1 GB (contiguous) |
⚠️ Warning
Minimum system memory requirements is 8GB of RAM. 16GB is highly recommended.
Please ask your Confluence administrator to update the license for the MultiExcerpt Plugin for Confluence 4+ (opens new window) . Admin Info: The error is: license VERSION_MISMATCH
# Operating System
Titanium is supported on the following Operating Systems:
Operating System | Version |
---|---|
macOS | 10.11.5 (Mavericks) and later |
Windows | Windows 7 and later(Android) Windows 8.1 and later (Windows Phone) Windows 10 and later (Windows 10 Mobile) |
❗️ Warning
As of Titanium 9.0.0, building Windows apps is no longer supported.
❗️ Warning
Support for Windows 8.1 and Windows Phone SDKs has been deprecated as of SDK 6.3.0.GA and has be removed in SDK 7.0.0.GA.
Please ask your Confluence administrator to update the license for the MultiExcerpt Plugin for Confluence 4+ (opens new window) . Admin Info: The error is: license VERSION_MISMATCH
# Required Software
The Titanium SDK requires Oracle's JDK and Node.js.
If you are using Studio for Mac OS X and Windows, Studio prompts you to install the required software.
# Java Development Kit
The Java Development Kit (JDK) is required to build Titanium apps and modules for Android.
(Studio also requires the JDK. It's recommended that you use the 64-bit version of JDK 8 with Studio 5.1 or higher.)
Titanium SDK version | Min JDK version | Max JDK version |
---|---|---|
10.1.0 - latest | 11 | 16 |
9.0.2 - 10.0.2 | 8 | 15 |
9.0.1 | 8 | 13 |
9.0.0 | 8 | 12 |
7.5.0 - 8.3.1 | 8 | 14 |
7.0.0 - 7.4.2 | 8 | 10 |
Download Location (opens new window)
See Installing Oracle JDK for detailed instructions.
# Node.js
To run all Appcelerator components, you must have Node.js 10.13.0 or later.
On Mac OS X and Windows, if you have selected to install Titanium updates, Studio prompts you to install Node.js. On Linux, you need to manually install Node.js.
Operating System | Min Node Version | Max Node Version | Download Location |
---|---|---|---|
macOS / Windows / Linux | 10.13.0 | 12.X | Official Website (opens new window) |
See Installing Node for detailed instructions.
# Titanium Compatibility Matrix
To minimize the risk of problems, please refer to the Titanium Compatibility Matrix whenever you make changes to your Titanium environment.