插件与发现的新版本不兼容。忽略

plugin incompatible with the new build found .ignore

我收到 Android Studio 版本 3.3 的更新,但有一条消息说:

发现与新版本不兼容的插件。忽略。

我该怎么办? 如果我更新.ignore 插件是否真的不起作用?

我怀疑 确切的 错误信息是:

Plugin Error
Problems found loading plugins:
The following plugins are incompatible with the current IDE build: .ignore

hsz/idea-gitignore issue 408 and then issue 491

中有报道

Android Studio 3.3 包括 Intellij 2018.2.2

首先确保插件已更新到最新版本 (3.0.0)。
如果不工作,请尝试降级到 2。6.x,以测试过去的版本是否兼容。

尝试再次更新您的 Android Studio 3.3。今天更新的时候,提示了一个消息,通知我更新.ignore插件到v2.6.2。在我更新插件并重新启动 Android Studio 后,它运行良好。

我也遇到了和

一样的错误
Plugin Error: Plugin ".ignore" is incompatible (target build range is 192 to 193).

如何解决以及在 Android Studio

中要遵循的步骤
  1. 转到 文件 菜单 -> 设置 -> 插件 -> 搜索 .ignore 插件
  2. 更新 .ignore 插件,更新后 重新启动 IDE