我在config.xml中使用Visual Studio内置的插件安装程序来安装名为" pushbots"的插件,但我不再需要它,所以我试图删除它。 它说"安装过程中的错误"并且构建失败,出现167个错误。
来自安装日志:
Error: Uh oh!
ENOENT, no such file or directory 'D:\[project folder]\platforms\android\pushbots-cordova-plugin'
构建错误:
Severity Code Description Project File Line Suppression State
Error import com.pushbots.push.Pushbots; OIU 1
Severity Code Description Project File Line Suppression State
Error D:\
[project]\platforms\android\src\com\pushbots\plugin\PushbotsPlugin.java:4:
error: package com.pushbots.push does not exist OIU 1
我不需要让插件正常工作,我只需要摆脱构建错误。这是我的第一个apache cordova应用程序,我不知道该怎么做。