PhoneGap 3 plugin: exec() call to unknown plugin “…”

后端 未结 5 1335
鱼传尺愫
鱼传尺愫 2020-12-28 17:52

I\'ve been trying to upgrade a plugin to v3, and I\'ve managed to get past the plugin loading issues, and I\'ve managed to expose the plugin to the client environment (makin

5条回答
  •  遥遥无期
    2020-12-28 18:26

    For adding plugin definition in android under ProjectFolder/platforms/android/res/xml/config.xml,update the ProjectFolder/plugins/android.json

    "cordova build” command will read this android.json file and update the ProjectFolder/platforms/android/res/xml/config.xml automatically with all plugins mentioned here.

提交回复
热议问题