Fix Android chrome remote debug on Windows

23. marts, 2020

To debug web app running on android phone

https://developers.google.com/web/tools/chrome-devtools/remote-debugging

If you have problems connecting samsung or other device, then follow these instructions. In my case I got around with second advice by installing Minimal ADB and Fastboot and running adb serve from install directory

https://stackoverflow.com/questions/21925992/chrome-devtools-devices-does-not-detect-device-when-plugged-in

Open cmd and navigate to C:\Program Files (x86)\Minimal ADB and Fastboot and run adb devices

Bash
C:\Program Files (x86)\Minimal ADB and Fastboot\adb devices