> For the complete documentation index, see [llms.txt](https://plutolabs.gitbook.io/plutoframework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plutolabs.gitbook.io/plutoframework/debugging/local-android-phone-debugging.md).

# Local Android Phone Debugging

There are many ways you can connect your android phone to your computer to start debugging your app locally on real device.

## USB debugging

On your phone, in the settings app, turn on developer mode. Go to `About phone` -> `Software information`  and click multiple times on Build number. It may ask you to unlock your phone.

Then, navigate to developer settings and find the USB debugging option and turn in on.

<figure><img src="/files/mhGE4qscmIeBV55Z319B" alt="" width="375"><figcaption><p>Settings ->  Developer options -> USB debugging</p></figcaption></figure>

Now, connect your phone via a USB cable to your computer. Confirm on your phone that you want to allow access.

Now, your phone should be visible in the dropdown selection in Visual Studio.

<figure><img src="/files/cbWjsiU5bKaCmhEdsNba" alt=""><figcaption></figcaption></figure>

## Wirelessly with ADB

source: <https://developer.android.com/tools/adb>
