> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/es/general/mobile-os-compatibility.md).

# Compatibilidad con sistemas operativos móviles

NFC Wallet SDK para Android admite un conjunto definido de versiones de Android.

Thales valida cada actualización de Android con la última versión de NFC Wallet SDK.

## Versiones de Android compatibles por versión del SDK

Cada versión de NFC Wallet SDK define las versiones de Android compatibles, incluida la versión mínima.

Para conocer los requisitos que se aplican a la última versión del SDK, consulte [Configuraciones compatibles](https://gitlab.sre.ops.gcloud.thalescloud.io/bps/gitbook/nfc-wallet-gitbook-docs/-/blob/dev-sdk/NFC-Wallet-SDK-Android/get-started/configuration/1.-binary-integration#supported-configurations).

Consulte las notas de la versión para otras versiones del SDK.

## Versionado de Android

{% hint style="info" %}
La numeración de versiones de Android está definida por Google y puede cambiar.
{% endhint %}

Google publica versiones beta antes del lanzamiento público. Úselas para validar su aplicación de monedero digital con antelación:

* El número y la cadencia de las betas dependen del plan de lanzamiento de Google.
* La fecha de lanzamiento público puede cambiar en función de los comentarios de la beta.

## Estado de compatibilidad de Android

| Versión                           | Fecha de lanzamiento | Estado |
| --------------------------------- | -------------------- | ------ |
| Android 17 QPR1 Beta 5            | 2026-06-23           | OK     |
| Lanzamiento público de Android 17 | 2026-06-16           | OK     |

Última actualización: julio de 2026


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/es/general/mobile-os-compatibility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
