Reputation: 741
I'm trying to remote debug a mobile website running on Chrome on an Anroid device from my Arch Linux computer.
However, after following the instruction for remote debugging Android devices, my Android device isn't detected by Chrome when I connect it.
Why doesn't Chrome detect my device?
Upvotes: 0
Views: 1292
Reputation: 186
For file managers that use GVFS (GNOME Files), install gvfs-mtp for MTP or gvfs-gphoto2 for PTP support.
For file managers that use KIO (KDE's Dolphin), MTP support is included in kio-extras.
For more details, refer to https://wiki.archlinux.org/index.php/MTP
Upvotes: 1
Reputation: 741
I solved it by installing the gvfs-mtp
package on Arch Linux.
This package is needed for remote debugging Android devices, as well as for mounting Android devices.
Upvotes: 1