Using Google Chrome Dev tools on Android (emulator)
Solution 1:
Navigate to chrome://inspect/#devices
on your chrome browser.
From there, you should see a list of attached devices (including emulators, not sure about Andy), but if it is possible, that's where you would find it.
Solution 2:
Adding to Josh's answer, I've had to:
- Navigate to
chrome://inspect/#devices
on my machine. - Open Chrome in Andy.
- List devices with
adb devices
.
Andy finally shows up in Chrome's devices list.
Solution 3:
In this context, "phone" is your emulator.
First you must enable debugging on your phone:
Settings > About Phone > Build number > Tap it 7 times to become developer;
then:
Settings > Developer Options > USB Debugging.
Then navigate to chrome://inspect/#devices. You should find the open tab on your phone there.