> For the complete documentation index, see [llms.txt](https://ja.docs.monaca.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ja.docs.monaca.io/products_guide/monaca_ide/build.md).

# ビルド

## ビルド 環境

| Cordova バージョン | Android                 | iOS                                         |
| ------------- | ----------------------- | ------------------------------------------- |
| Cordova 12.0  | AndroidSDK version : 33 | Xcode version : 14.2.0 / 15.1.0             |
| Cordova 11.0  | AndroidSDK version : 30 | Xcode version : 13 / 14.2.0                 |
| Cordova 10.0  | AndroidSDK version : 29 | Xcode version : 11.3 / 12.2 / 12.5.1 / 13   |
| Cordova 9.0   | AndroidSDK version : 28 | Xcode version : 10.1 / 10.2 / 10.2.1 / 11.3 |

{% content-ref url="/pages/-MfWrbG42GkVVrPTt\_mb" %}
[iOS アプリのビルド](/products_guide/monaca_ide/build/ios.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbFpSJFE2hxsUy6Q" %}
[Android アプリのビルド](/products_guide/monaca_ide/build/build_android.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbNaojmBumoWDuxB" %}
[Windows アプリのビルド](/products_guide/monaca_ide/build/build_winrt.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbEwzObZkde625l6" %}
[Electron アプリのビルド](/products_guide/monaca_ide/build/electron.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbDwEL-4j1igitVv" %}
[PWA アプリのビルド](/products_guide/monaca_ide/build/build_pwa.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbIl6eQUZpkkRbqg" %}
[一般的なビルドとアップロードエラー](/products_guide/monaca_ide/build/build_error.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbNUqCYaHt62V7pn" %}
[ビルド環境の設定](/products_guide/monaca_ide/build/build_env_settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWrbF79FhLS0t5CxQF" %}
[ビルド履歴一覧](/products_guide/monaca_ide/build/build_history.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/products_guide/monaca_ide/build.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.
