I am new to coding web apps on Android, and I don't know how to debug apps running in an emulator via a browser. This page: Remote debug Android apps suggests that to debug apps remotely, you need to connect your Android device via USB to the remote system. I am confused as to how to achieve this with an AVD. Has anyone got any answers??
Edit:
I actually posted this question as I was getting "HTTP/1.1 404 not found" whenever I run chrome://inspect/#devices for an AVD, but I wasn't getting same error whenever I run it through my Android device.
However, currently I have found an SO question addressing this issue