Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Dev Tools and Genymotion Android Emulator

Reference: Genymotion how to debug with Chrome Dev Tools

I'm also trying to get chrome developer tools to work with a genymotion emulator. However, when I follow all of the steps recommended (including at the above link), I don't get the "inspect" link. See: http://neu14.com/demos/screenshot.png

Note: I found out that the default browser on the android devices, at least on most of the prior os versions is not Chrome. Finding an apk to download for Chrome android compatible versions, without an actual google play account, is quite challenging?

like image 399
user1592257 Avatar asked May 27 '14 22:05

user1592257


1 Answers

It took me ages to get the remote debugging working on Genymotion as I couldn't install Chrome on it without the Google play store which isn't installed by default.

Finally found this video so thought I'd share. It explains how to install this virtual device which has the play store ready installed. Once that was set up and I could install Chrome and set up remote debugging. Won't work with the default android browser though as you said, but its a step forward!

Hope that helps

like image 119
James Avatar answered Sep 30 '22 07:09

James