> 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/ja/general/mobile-os-compatibility.md).

# モバイルOS互換性

Android 用 NFC Wallet SDK は、定義された一連の Android バージョンをサポートしています。

Thales は、各 Android アップデートを最新の NFC Wallet SDK リリースに対して検証します。

## SDK リリースごとのサポート対象 Android バージョン

各 NFC Wallet SDK リリースでは、最小バージョンを含むサポート対象 Android バージョンが定義されます。

最新の SDK バージョンに適用される要件については、こちらを参照してください [対応構成](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).

他の SDK リリースについてはリリースノートを参照してください。

## Android のバージョニング

{% hint style="info" %}
Android のバージョン番号付けは Google によって定義されており、変更される場合があります。
{% endhint %}

Google は正式リリース前にベータ版を公開します。デジタルウォレットアプリケーションの早期検証にご利用ください:

* ベータ版の数と頻度は Google のリリース計画によって異なります。
* 正式リリース日はベータ版のフィードバックに基づいて変更される場合があります。

## Android 互換性ステータス

| バージョン                  | リリース日      | ステータス |
| ---------------------- | ---------- | ----- |
| Android 17 QPR1 Beta 5 | 2026-06-23 | OK    |
| Android 17 正式リリース      | 2026-06-16 | OK    |

最終更新: 2026年7月


---

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