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:
答案 0 :(得分:0)
我只是想通了。只需改变platforms/android/AndroidManifest.xml
; android:debuggable="false"
至android:debuggable="true"
。