How to set up Cordova plugin project with IDE support?

后端 未结 5 515
感情败类
感情败类 2020-12-23 16:43

I\'ve been struggling to set up my cordova plugin project. Mainly due the facts that:

  • Plugins need to be in a separate folder away from the main project

5条回答
  •  再見小時候
    2020-12-23 17:22

    read this https://cordova.apache.org/docs/en/edge/guide_appdev_hooks_index.md.html

    I use NetBeans IDE on Debian Jessie. (NetBeans is best IDE for me, use it for QT, PHP, and now Cordova. But it uses a lot of RAM.)

    After I push build button, my shell script removes, installs and runs the newly built app in VirtualBox (using adb). I don't move plugins to other directory because I don't need it, but you can set your directory and manually put plugin, and then include plugin using a script.

提交回复
热议问题