I can't debug cordova app with chrome inspect anymore

时间:2016-08-31 17:31:45

标签: cordova debugging phonegap-plugins google-chrome-devtools inspect

I don't know why, but suddenly when I try to debug a cordova app with chrome://inspect/devices, as I've been doing so far, I just can see the device name but not the index.html from the app.

What am I missing?

This is what I get now:

enter image description here

1 个答案:

答案 0 :(得分:0)

我只是想通了。只需改变platforms/android/AndroidManifest.xml; android:debuggable="false"android:debuggable="true"