Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Remote debugging with crosswalk cordova android

Ningxin Hu edited this page Mar 14, 2014 · 4 revisions

Please refer to Remote debugging with the ADB Chrome extension to setup the Google Chrome on your host and configure the USB debugging on your device.

The remote debugging is enabled in Cordova debug build. So after build app with --debug switch, such as:

$ ./cordova/build --debug

Install and launch the output app on your device. Then you can navigate to chrome://insepct/ in Google Chrome on host to see the inspectable pages.

If you build app with --release, the remote debugging is not enabled.

You may need to check Version Mapping Table. It indicates the corresponding Chrome version required by different Crosswalk version for remote debugging.

Clone this wiki locally