# Developer Build - TT Wallet (Android)

### Overview

In order to facilitate the development process of DApps interested in listing on the TT Wallet, we’ve created a TT Wallet Developer Build that allows developers to test their DApps on the TT Wallet which connects to [ThunderCore Testnet](https://docs.developers.thundercore.com/network-details/thundercore-testnet) with a mobile device while debugging any errors and problems faced. With the ThunderCore Developer Build on Android you will be able to ensure that they debug your DApp and ensure that it is fully functional on the TT Wallet.

### Steps

To get started, please follow the following steps:

1. First install the [TT Wallet’s Developer Build](https://static.thundercore.com/developer-build/thundercore-hub-testnet-build) and run it.

2\. Then enable the **Developer Options** and **USB debugging** on your Android device. Learn how to configure developer options via this [link](https://developer.android.com/studio/debug/dev-options).

3\. Once you have enabled Developer Options, connect your Android Device to a PC/laptop using a cable.\
Note:

* Enusre that you have USB debugging enabled under Developer Options.
* Please skip this step if you’re using an Android emulator.

4\. Open **chrome://inspect** in your Chrome browser on your PC/Laptop

5\. Launch the TT Wallet Developer Build on your mobile device and visit the **“Home”** tab’s browser function and access your DApp.

6\. Select **“inspect”** of the Android device in your PC/Laptop in Chrome and then you will be able to test out your DApp on the TT Wallet.

![](/files/WU9NXNhbNV34IOgkERFb)

### References

[Remote debugging on Android devices](https://developer.chrome.com/docs/devtools/remote-debugging/)

[Remote debugging - WebView](https://developer.chrome.com/docs/devtools/remote-debugging/webviews/)

[Configuring Developer Options](https://developer.android.com/studio/debug/dev-options)

### Get in touch with us

If you would like further support, please reach out on [Telegram](https://t.me/thunder_official)!


---

# Agent Instructions: 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.developers.thundercore.com/develop-on-tt-wallet/developer-build-tt-wallet-android.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.
