# 対応環境

## Monaca クラウド IDE

* PC 版 Google Chrome ( 最新バージョン )
* 安定したインターネット環境

## Monaca デバッガー

* iOS 11 以上
* Android 5.1 以上 (6.0 以上を推奨)
* Wi-Fi 接続を推奨

## Monaca Localkit

Monaca Localkit は、次の環境で動作検証を行っています。

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

## Monaca CLI

Monaca CLI は、次の環境で動作検証を行っています。

* Node.js 10.20.1
* npm 6.14.4

## ビルドアプリ

| ビルドアプリ       |            Android            |             iOS            |
| ------------ | :---------------------------: | :------------------------: |
| Cordova 12.0 |             7.0 以上            | <p>11 以上<br>(13 以上 推奨)</p> |
| Cordova 11.0 | <p>5.1 以上 <br>(6.0 以上 推奨)</p> | <p>11 以上<br>(13 以上 推奨)</p> |
| Cordova 10.0 | <p>5.1 以上 <br>(6.0 以上 推奨)</p> |            11 以上           |
| Cordova 9.0  |           4.4 以上 \*           |            10 以上           |

## カスタムデバッガー

| カスタムデバッガー    |            Android            |  iOS  |
| ------------ | :---------------------------: | :---: |
| Cordova 12.0 |             7.0 以上            | 13 以上 |
| Cordova 11.0 |             6.0 以上            | 13 以上 |
| Cordova 10.0 | <p>5.1 以上 <br>(6.0 以上 推奨)</p> | 11 以上 |
| Cordova 9.0  |           4.4 以上 \*           | 10 以上 |

## ビルド環境 <a href="#build" id="build"></a>

| Cordovaバージョン | Android  ( SDK バージョン ) |      iOS ( Xcodeバージョン )     |
| ------------ | :--------------------: | :-------------------------: |
| 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;\* 折りたたみ端末・大画面UI(2列レイアウト)はサポート対象外。 [ターゲットAPIレベルの指定](/reference/config/android/config_xml.md#tgettoapireberuno)にて対応いただけます。

## ファイル名

以下の特殊文字は、ファイル名に使用することはできません。

* 使用できない特殊文字: <br>

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

\* Android 5.0未満は暗号化形式の問題があるため、最新のhttpsサーバーに接続することが出来ません。


---

# 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://ja.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.
