> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/platform/guides/developer-guide/ui-developer-guide/faqs/debug-android-app-using-chrome-browser.md).

# Debug Android App Using Chrome Browser

## Overview

This page provides the steps to debug the android application using a chrome browser.

## Steps

1. Connect your android device to the system.
2. Go to developer mode in the mobile device and enable USB debugging.
3. Open the Chrome browser and navigate to the URL chrome://inspect

<figure><img src="blob:https://app.gitbook.com/e0a7560b-6a31-4b22-a32d-e98b67baa9e0" alt=""><figcaption></figcaption></figure>

4. The browser shows the list of devices connected to the system.

<figure><img src="blob:https://app.gitbook.com/92591cc2-b471-4919-9c1a-543e67e6c767" alt=""><figcaption></figcaption></figure>

5. Select the mSeva application and click on inspect.

<figure><img src="blob:https://app.gitbook.com/ce9a5b5d-cc26-49d9-a8c8-64ca9b5dc585" alt=""><figcaption></figcaption></figure>

6. This opens a new window. Here we can see the mobile preview and the developer tool.

<figure><img src="https://api.media.atlassian.com/file/296792b8-d9f4-404c-b355-9659aa7b7b05/image?allowAnimated=true&#x26;client=71e4ba1f-f4cc-4557-9e1e-0d64e9fd32f4&#x26;collection=contentId-2285273121&#x26;height=475&#x26;max-age=2592000&#x26;mode=full-fit&#x26;token=eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiI3MWU0YmExZi1mNGNjLTQ1NTctOWUxZS0wZDY0ZTlmZDMyZjQiLCJhY2Nlc3MiOnsidXJuOmZpbGVzdG9yZTpjb2xsZWN0aW9uOmNvbnRlbnRJZC0yMjg1MjczMTIxIjpbInJlYWQiXX0sImV4cCI6MTcwOTAxODcxNCwibmJmIjoxNzA5MDE1ODM0fQ.o-R1ofsAVtVpybajOacW6M4rJZyVHYNVpX1zTCVFPh4&#x26;width=760" alt=""><figcaption></figcaption></figure>

7. Start debugging the application as we have done in normal web applications.

### Useful Links <a href="#useful-links" id="useful-links"></a>

[Chrome for developers](https://developer.chrome.com/docs/devtools/)

[Android web view and how to generate APK](/platform/guides/developer-guide/ui-developer-guide/android-web-view-and-how-to-generate-apk.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.digit.org/platform/guides/developer-guide/ui-developer-guide/faqs/debug-android-app-using-chrome-browser.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.
