即使已卸载该插件,Android Studio 4.1 仍会继续显示插件不兼容错误

cho*_*man 18 plugins android android-studio android-studio-4.1

我已经将 Android Studio 更新到 4.1 版(稳定版,macOS),然后在我打开程序后它说:

Plugin Error: Plugin "Android WiFi ADB" is incompatible (supported only in IntelliJ IDEA).

我卸载了该插件并正常重新启动 IDE,但即使在插件已经卸载后,每次打开 IDE 时它仍然显示相同的错误!为什么这样做?有谁知道如何解决这个问题(无需重新安装整个程序)?

GAY*_*ARI 26

视窗 10

转到路径%APPDATA%\Google\AndroidStudio4.1\plugins并手动删除不需要的插件文件夹和/或.jar文件。


cho*_*man 13

我修好了它!看起来插件 GUI 屏幕中的卸载按钮仅用于装饰目的,插件仍在/Users/your_username/Library/Application Support/Google/AndroidStudio4.1/plugins. 手动删除插件文件夹后,一切恢复正常。


小智 10

Linux

我遇到了同样的问题,删除 config 文件夹中不受支持的插件修复了它(您也可以删除整个配置文件夹,将重新创建一个新的)。

对于linux,新的配置路径是:

~/.config/Google/AndroidStudio4.1

以下路径中还有其他非配置文件夹:

~/.local/share/Google/AndroidStudio4.1

~/.cache/Google/AndroidStudio4.1