> For the complete documentation index, see [llms.txt](https://en.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://en.docs.monaca.io/products_guide/monaca_ide/build.md).

# Build

## Build environment

| Cordova Version | 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/-MfWeAhVekrTjsdGyZSy" %}
[Building for iOS](/products_guide/monaca_ide/build/ios.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAgpDfiTBCQZU5Y2" %}
[Building for Android](/products_guide/monaca_ide/build/build_android.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAgFQ4YlCifRqIzB" %}
[Building for Electron](/products_guide/monaca_ide/build/electron.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAfKNljC5oG5edIj" %}
[Building for PWA](/products_guide/monaca_ide/build/build_pwa.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAlSNzm562nB09iy" %}
[Building for Windows](/products_guide/monaca_ide/build/build_winrt.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAlMB541hwceg34W" %}
[Build Environment Settings](/products_guide/monaca_ide/build/build_env_settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAi5iCFQsfhLnZUK" %}
[Common Build and Application Upload Errors](/products_guide/monaca_ide/build/build_error.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAgOdmAfdEJlIP8d" %}
[Build History](/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://en.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.
