我正在尝试调试从PhoneGap桌面运行的PhoneGap应用。我连接了Nexus 6p,我在chrome:// inspect /#devices中看到了一些Chome webviews。我将我的android清单设置为启用调试:
<application android:debuggable="true" android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name" android:supportsRtl="true">
我有目标SDK:
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="22" />
从我在这里读到的内容:https://github.com/phonegap/phonegap/wiki/Debugging-in-PhoneGap我没有遗漏任何东西。