且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android Studio 4.1 插件错误:插件 * 不兼容(仅在 IntelliJ IDEA 中支持)

更新时间:2022-12-18 22:16:04

一些较旧的插件不再与最新的 Android Studio(现在为 4.1)兼容.此外,他们似乎在这个新版本中更改了插件文件夹的位置.

Some older plugins are no longer compatible with the latest Android Studio (4.1 right now). Also, they seem to have changed the location of the plugins folder with this new version.

您必须卸载该插件.就我而言,我看不到 IDE 设置中列出的插件.我不得不手动查找并删除该文件.

目前,插件位于以下目录(如果您的软件版本不同,请确保更改路径中的android版本号;3以下版本的位置不同,详见这里):

Currently, plugins are located in the following directories (make sure to change the android version number in the path if your software version is different; versions below 3 are located differently as detailed here):

Windows(ctrl+L 在资源管理器中粘贴):%APPDATA%\Google\AndroidStudio4.1\插件

Windows (ctrl+L in the explorer then paste it): %APPDATA%\Google\AndroidStudio4.1\plugins

MacOS: ~/Library/Application Support/Google/AndroidStudio4.1/plugins

linux: ~/.config/Google/AndroidStudio4.1/plugins~/.local/share/Google/AndroidStudio4.1/代码>

删除那里的插件,错误应该消失了.

Delete the plugins there and the error should be gone.