2017-05-16 109 views
0

我使用visual studio內置的插件安裝程序在config.xml中安裝名爲「pushbots」的插件,但我不再需要它,所以我試圖將其刪除。 它說「安裝過程中出錯」,並且構建失敗,出現167個錯誤。 enter image description hereVisual studio無法卸載Apache Cordova插件

從安裝日誌:

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應用程序,我不知道該怎麼做。

+1

你也試過命令行嗎? –

+0

您是否在新的空白空Cordova應用程序上嘗試過它? –

回答

0

使用了一個應用程序cordova-check-plugins,它允許刪除所有插件。 來源:here

相關問題