> 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/get-started.md).

# はじめに

このセクションでは、お使いの Android で NFC Wallet SDK をセットアップするのに役立ちます **デジタルウォレットアプリケーション**.

### 始める前に

* SDK 配布パッケージに含まれている内容を確認するには [提供物](/nfc-wallet-sdk-android/ja/general/deliverables.md).
* サポートされている Android バージョンを確認するには [対応構成](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 をセットアップする

これらのガイドを使用して、NFC Wallet SDK をお使いの Android に統合します **デジタルウォレットアプリケーション**.

* プロジェクトを設定します: [設定](/nfc-wallet-sdk-android/ja/get-started/configuration.md).
* Android の **サンプルアプリ** をエンドツーエンドの例として使用します: [サンプルアプリ](/nfc-wallet-sdk-android/ja/get-started/sample-app.md).

### 次のステップ

設定と初期化が完了したら、これらのリソースを使用してください。

* **API リファレンスを参照する:** [Android API](/nfc-wallet-sdk-android/ja/android-api.md)
* **コアフローを実装する:** [NFC Wallet を実装する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet.md)\
  まず非接触機能の確認から始めます。次にウォレットを登録し、完了します **トークン化**、カード管理、および支払い。
* **リリースの準備:** [セキュリティガイダンス](/nfc-wallet-sdk-android/ja/security-and-privacy/security-guidance.md)\
  本番展開前にセキュリティ要件を適用してください。ログ記録、データ処理、ハードニングに関する推奨事項を確認してください。

### 追加機能

コアフローを実装した後に、オプション機能を追加します。

* [追加機能](/nfc-wallet-sdk-android/ja/additional-features.md)


---

# 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/get-started.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.
