Android studio 插件与找到的新版本不兼容。忽略

Android studio 插件与找到的新版本不兼容。忽略,android-studio,gitignore,Android Studio,Gitignore,我得到了Android Studio 3.3版的更新,但有一条消息说: 插件与找到的新版本不兼容。忽略。 我该怎么办? 如果我更新.ignore插件是否真的不起作用?我怀疑确切的错误消息是: Plugin Error Problems found loading plugins: The following plugins are incompatible with the current IDE build: .ignore 那是在 包括Intellij 2018.2.2 确保插件首先更新到

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

插件与找到的新版本不兼容。忽略。 我该怎么办? 如果我更新.ignore插件是否真的不起作用?

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

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

包括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中解决和执行以下步骤

  • 转到文件菜单->设置->插件->搜索。忽略插件
  • 更新。忽略插件,更新后重新启动IDE

  • 哦,好的,谢谢你的回答和回答,朋友。当我完成Android版本3.3的更新时,我真的很害怕,以后会发生什么