Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions docs/.vuepress/guide.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,7 @@
],
{
"title": "Prerequisites",
"path": "/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/",
"children": [
[
"Titanium_SDK_Getting_Started/Prerequisites/Installing_Oracle_JDK",
"Installing Oracle JDK"
],
[
"Titanium_SDK_Getting_Started/Prerequisites/Installing_Node",
"Installing Node"
]
]
"path": "/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/"
},
[
"Titanium_SDK_Getting_Started/Titanium_SDK_Overview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide describes where to obtain and how to install the Google Android SDK a
Titanium requires the Android SDK Tools to be installed in order to allow you to develop Android applications.

::: warning ⚠️ Warning
Remember that JDK (Oracle or OpenJDK) is a prerequisite for Android development and should be installed first. You need at least JDK 11 installed. See [Installing Oracle JDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Oracle_JDK/) for instructions.
Remember that JDK (Oracle or OpenJDK) is a prerequisite for Android development and should be installed first.
:::

Use "Android Studio" from the [Android Studio and SDK tools](https://developer.android.com/studio) to install the SDK and tools.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ The Java Development Kit (JDK) is required to build Titanium apps and modules fo

</details>

See [Installing Oracle JDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Oracle_JDK.html) for detailed instructions.

## Node.js

[Node.js](https://nodejs.org/en/download/releases/) is required to install and run Titanium SDK.
Expand All @@ -74,8 +72,6 @@ On Windows you will need to enable `dev mode` in the Windows settings in order t
| 12.6.0 - 12.8.0 | 18.x | 22.x |


See [Installing Node](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Node.html) for details.

<details>
<summary><b>Unsupported version of node.js</b></summary>

Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ You must have the following software installed to be able to compile the Titaniu

The following software is required for building Titanium applications, and you probably already have it installed:

* [JDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Oracle_JDK/)

* [iOS SDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Installing_Platform_SDKs/Installing_the_iOS_SDK/)

* [Android SDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Installing_Platform_SDKs/Installing_the_Android_SDK/)

* [Node.js](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Node/)

The following additional software is required for building the Titanium SDK:

* [Android NDK](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Installing_Titanium_Advanced_Tools/Installing_the_Android_NDK/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Getting started with the CLI only requires two steps:

The script prompts you to enter basic information, such as your name, default locale, default SDK version, and default workspace folder.

If you encounter an error installing `titanium`, see [Issues installing NPM packages](/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Prerequisites/Installing_Node/#issues-installing-npm-packages).

## Titanium commands

Expand Down