> 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バージョンを確認するには [サポートされている構成](/nfc-wallet-sdk-android/ja/get-started/configuration/1.-binary-integration.md#supported-configurations).

### SDKを設定する

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

* プロジェクトを構成する: [構成](/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:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/ja/get-started.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.
