Cordova 2.9, 3.0 no console.log

前端 未结 4 1886
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 06:27

With a fresh download of Cordova 2.9 and the Cordova CLI, I created Hello World application via the CLI. I also added the iOS platform via the CLI. Looking in the index.js file

4条回答
  •  花落未央
    2021-02-05 07:16

    try to add Debug Console plugin to your project by running this command:

    $ cordova plugin add org.apache.cordova.console
    

提交回复
热议问题