Chrome remote debugging shows device but not inspect link

skhurams picture skhurams · Apr 29, 2015 · Viewed 14.8k times · Source

I want to remote debug an Android app on Chrome. My device is Qmobile A11 Note with Android v4.0.4, Google Chrome v42 and Cordova v3.7.

I have enabled USB debuging on my device.

I was following this article. My problem is when I open this link in chrome chrome://inspect/#devices it show my device but with no inspect link. Here is the screenshot

enter image description here

How can I inspect or remote debug, what's missing? I have worked with this before and Chrome was showing the Inspect link at that time.

Answer

james picture james · Aug 23, 2016

If you app is signed-released version then you can't be able to see under chrome://inspect. Because released version are disable the debugging mode.

Use only debug version apk for chrome://inspect.