Chrome 开发工具为空白

Chrome Dev Tools is blank

我开发了一个 ionic 应用程序,但我在 Genymotion 模拟器中得到了一个空白页面。所以我想用 chrome 开发工具进行调试,但是当我从 chrome://inspect/#devices 单击 Inspect 时,我得到一个空白页面:index.html file:///android_asset/www/index.html

Chrome 开发工具控制台显示 2 个错误:

inspector.js:4327 Uncaught TypeError: Cannot read property 'addEventListener' of undefined
VM43:61 Uncaught TypeError: Cannot read property 'addExtensions' of undefined

我还清除了 localStorage 并重置了 Chrome dev tools console completely blank

中提到的默认设置
Chrome Version 49.0.2623.47 beta-m
WebView using Crosswalk 12 Chromium Version 41.0.2272.74

似乎 Chrome 版本必须以某种方式匹配。我尝试使用 Chrome Portable 43,它可以工作。