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

# 成果物

Android向けNFCウォレットSDKには、あなたのアプリケーションに統合するためのライブラリが含まれています **デジタルウォレットアプリケーション**.

配布パッケージには、統合をサポートするためのAPIドキュメントも含まれています。

### ライブラリの命名

ライブラリファイルは次の命名規則に従います：

`TSHPaySDK-<build type>-<version number>.<version qualifier>.aar`

`<version qualifier>` はオプションで、配布によって異なります（例えば、 `rc1`).

### ビルドタイプ

`<build type>` は次のいずれかです：

* `リリース`：以下の場合に使用してください `本番` および認証ビルド。
* `dev`：開発とテストのみで使用してください。これは機能的には `リリース`と同等ですが、SDKのログ出力、HTTP検査、およびデバッグを有効にします。を含む **デジタルウォレットアプリケーション** ビルドをリリースしないでください。 `dev` ビルド。

{% hint style="warning" %}
を使用しないでください `dev` SDKビルドをに `本番`.

* について、 `本番`では、あなたの **デジタルウォレットアプリケーション** をデバッグ不可に設定してください：
  * を設定します `debuggable false` に `build.gradle`.
  * を設定します `android:debuggable="false"` に `AndroidManifest.xml`.
* もし `本番` ビルドがライブラリで初期化されると、初期化は次の理由で失敗します `dev` DEBUG\_SDK\_USED `DEBUG_SDK_USED`.
  {% endhint %}


---

# 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/general/deliverables.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.
