真机调试的文档是参考:http://docs.wex5.com/android-and-ios-device-debugging/

一般情况,模式3打包就可以真机调试了,

一些特殊情况下,需要模式1或者模式2打包进行真机调试

模式1打包的时候,默认不支持真机调试,需要修改一下配置

/Native/templates/advanced/platforms/android/AndroidManifest.xml

<application>里加了一行这个配置

android:debuggable="true"

就可以进行真机调试了

 

cordova的说明文档有介绍:http://cordova.apache.org/docs/en/6.x/guide/next/index.html#page-toc-source