# Supported Environments

## Monaca Cloud IDE

* PC version Google Chrome (latest version)
* Stable internet connection

## Monaca Debugger

* iOS 11 or higher
* Android 5.1 or higher (6.0 or higher recommended)
* Wi-Fi connection is preferred

## Monaca Localkit

Monaca Localkit is currently tested on:

* macOS Catalina (Intel)
* Windows 10 (64-bit)

## Monaca CLI

Monaca CLI is currently tested on:

* Node.js 10.20.1
* npm 6.14.4

## Built app

| Built app    |                        Android                       |                          iOS                         |
| ------------ | :--------------------------------------------------: | :--------------------------------------------------: |
| Cordova 12.0 |                     7.0 or higher                    | <p>11 or higher</p><p>(13 or higher recommended)</p> |
| Cordova 11.0 | <p>5.1 or higher <br>(6.0 or higher recommended)</p> | <p>11 or higher</p><p>(13 or higher recommended)</p> |
| Cordova 10.0 | <p>5.1 or higher <br>(6.0 or higher recommended)</p> |                     11 or higher                     |
| Cordova 9.0  |     4.4 or higher\[[1](/environment.md#remark-1)]    |                     10 or higher                     |

## Custom debugger

| Custom debugger |                         Android                         |      iOS     |
| --------------- | :-----------------------------------------------------: | :----------: |
| Cordova 12.0    |                      7.0 or higher                      | 13 or higher |
| Cordova 11.0    |                      6.0 or higher                      | 13 or higher |
| Cordova 10.0    | <p>5.1 or higher </p><p>(6.0 or higher recommended)</p> | 11 or higher |
| Cordova 9.0     |      4.4 or higher\[[1](/environment.md#remark-1)]      | 10 or higher |

## Build environment

| Cordova version | Android  (SDK Version) |     iOS (Xcode Version)     |
| --------------- | :--------------------: | :-------------------------: |
| Cordova 12.0    |       33 / 34 \*       |       14.2.0 / 15.0.1       |
| Cordova 11.0    |     30 / 31 / 32 \*    |        13.0 / 14.2.0        |
| Cordova 10.0    |           29           |      11.3 / 12.2 / 13.0     |
| Cordova 9.0     |           28           | 10.1 / 10.2 / 10.2.1 / 11.3 |

&#x20;\* Folding devices and large screen UI (two-column layout) are not supported. Please click [here](/reference/config/android/config_xml.md#specify-the-target-api-level) to see how to specify the target API level.

## File name

The following special characters can not be used in the file names:

* $ % # ^ & \* \` ; : < > ? , ' "  /  |

####

#### Remark 1

Under Android 5.0, there is a problem with the cipher suite, so it is not possible to connect to a modern https server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://en.docs.monaca.io/environment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
