我在config.xml中使用了visual studio的内置插件安装程序来安装一个叫做"pushbots“的插件,但是我不再需要它了,所以我试着删除它。它显示"Error during install“,构建失败并出现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应用程序,我不知道该怎么做。
发布于 2017-05-19 00:40:26
使用了一个应用程序cordova-check- plugins,它允许删除所有插件。来源:here
https://stackoverflow.com/questions/44008133
复制相似问题