This was working fine up until yesterday. Now when I connect my Android device for USB Debuggers. Chrome is no longer display my app.
Now the popup window shows HTT
This problem just showed up on the latest released version of Chrome 72.0.3626.76
(will they ever add a regression test?).
None of these answers were completely satisfying.
inspect fallback
" is not showing on the UI.Android 8.1
?Here is how you can workaround those issues and get back to debugging.
The objective of this workaround is to get the desktop version different than the device version so that you can see the inspect fallback
option.
71.0.3578.80
(using slimjet)chrome://inspect/#devices
url and choose inspect fallback
instead of inspect
.Debugging restored!
As Asaf points out in the comments another way to get the versions to be different is to use the EDGE browser which is now based on Chromium. As long as the versions are different then the inspect fallback
option should show up.
PS: I think this bug is still active in the canary channel so it may be a while before it gets fixed.
Here is the chromium bug.
Looks like this is fixed again on version 72.0.3626.121
(maybe earlier builds)