google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.85k stars 2.57k forks source link

Chrome version 77.0.3865.90 can't inspect for android devices #8164

Open killerm00n opened 5 years ago

killerm00n commented 5 years ago

Welcome! Please use this template for reporting documentation issues on https://developers.google.com/web/.

For questions about Chrome DevTools, checkout the google-chrome-devtools tag on StackOverflow. For questions about Chrome, check the google-chrome tag. If you think you've found a Chrome bug, check out our feedback page for more details on how to file it.

Page Affected: https://developers.google.com/web/TODO

What needs to be done?

Please provide description of what's needs to be done here. Please be sure to include the link to the original page and any supporting links/data.

norux commented 5 years ago

I have trouble at same issue. After update chrome (77.0.3865.90), I can't connect my android device for remote debugging.

OS: macOS Mojave 10.14.6

sunhyun commented 5 years ago

I have same issue, after updating my chrome to 77 version.

jcast57 commented 5 years ago

Any comment about this ? I have mojave 10.14.6 and Chrome 77.0.3865.90

jcast57 commented 5 years ago

I fixed it ! Open the WEBIDE of Firefox ! you will see that the chrome ispect again your android device

robertveramrf commented 5 years ago

It worked for me! Any logic behind this solution @jcast57 ??

dsinkov-avanta commented 5 years ago

@jcast57 thanks for solution, it works!! @robertveramrf i think this is connected with this https://developer.mozilla.org/en-US/docs/Tools/Deprecated_tools#WebIDE_and_Connect_page probably about:debugging that also provides you access to you remote devices has some conflicts with inspect/#devices

connerturner commented 5 years ago

Thanks for filing the issue, since this is not an issue with the WebFundamentals site or documentation itself, this should be directed to the Chromium Bug Tracker, however, there is an unconfirmed tracking issue crbug.com/1003561 please star this to receive updates. Don't comment on this crbug unless you can provide more information :)

jcast57 commented 5 years ago

No idea, but I read the WEBIDE documentation, and I found that "WebIDE allows you to connect to Firefox Developer Tools (Firefox Development Tools) to other browsers, including Firefox for Android, Chrome for Android, and Safari for iOS."

If you want read this, https://developer.mozilla.org/es/docs/Tools/WebIDE

I hope I helped Regards

TerryLee7788 commented 5 years ago

I can not via chrome to trigger the "authorization popup", I use firefox "Web IDE" (like @jcast57 said) to trigger "authorization popup", then chrome can use remote device. :)

thanks, Terry

connerturner commented 5 years ago

As per the bug I linked above, this should be fixed it seems that the plan is to merge this into M78 release.

mohwa commented 5 years ago

I solved this issue to android-platform-tools install

brew command: brew cask install android-platform-tools

stiv-yakovenko commented 4 years ago

I have installed platform tools on my Ubuntu, so whats next?

jcast57 commented 4 years ago

@stiv-yakovenko Hi man, you need be careful with the firefox version that u have install, because since Firefox 67.0.3 was the last version that had "WEB IDE", after this, the develop team disable the function, so you need installing Firefox 67.0.3 to inspect android devices with google chrome.

I hope help u