> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inspect.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to debug mobile websites on Android devices with Inspect

Inspect allows you to debug Chrome and WebViews on Android devices from macOS, Linux, and Windows.

<img src="https://mintcdn.com/inspect-9/QRUY7N6H7iH1moHv/images/guides/android.png?fit=max&auto=format&n=QRUY7N6H7iH1moHv&q=85&s=e51e8c09b5b55c76a5ceda448b560c7d" alt="Inspecting" width="3668" height="2344" data-path="images/guides/android.png" />

Here are the simple steps to follow whether you're testing or debugging an Chrome web page or app with Inspect:

## Step 1: Enable USB-debugging on your Android device

1. Open the Developer Options screen on your Android. See [Configure On-Device Developer](https://developer.android.com/studio/debug/dev-options.html) Options.
2. Select Enable USB Debugging.

## Step 2: Install ADB on your development machine.

1. Follow these instructions from [xda developers](https://www.xda-developers.com/install-adb-windows-macos-linux/) on how to install `adb`
2. Make ADB is discoverable in your \$PATH. You can validate this by running:

```
which adb
```

## Step 3: Connect your device and start Inspect

1. Connect your Android device directly to your development machine using a USB cable. Your Android device may ask you to confirm that you trust this computer.
2. Start Inspect
3. Your Android device should show up in the devices list.

Happy Inspecting!

# Android FAQ

### How does Android support work?

Inspect uses `adb` behind the scenes to detect and talk to your Android device. You need to have `adb` installed in your `$PATH` for Inspect to be able to execute commands to the devices.

Make sure you can start a terminal and run `adb devices` without problems.

### Which WebView types are supported on Android?

* Chrome
* Webview
* Crosswalk
