android - Chrome remote debugging shows device but not inspect link -


hi want remote debug android app on chrome device qmobile a11 note android v4.0.4, googel chrome v42 , cordova v3.7.

have enabled usb debuging on device.
following article problem when open link in chrome chrome://inspect/#devices show device no inspect link here screenshot enter image description here

how can inspect or remote debug, whats missing? have worked before year ago , chrome showing inspect link @ time.

for application debugging need android 4.4+ os device. os version of qmobile a11 4.0. more info please refer : https://developer.chrome.com/devtools/docs/remote-debugging

for browser debugging(if host app webapp) android 4.0+ enough.

if using cordova 4.0+ can add crosswalk(https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview) plugin can bundle chromium instance in apk andorid 4.0+ device can use device inspector.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -