插件“Fabric for Android Studio”不兼容

发布于 2025-01-12 02:01:20 字数 246 浏览 0 评论 0原文

自从更新到 Android Studio 4.1 以来,我在启动时不断收到此错误消息:

插件错误:插件“Fabric for Android Studio”不兼容(仅在 IntelliJ IDEA 中受支持)。

该插件未在“设置”>“设置”中列出。插件也不包含在预期路径中。

Since updating to Android Studio 4.1 I constantly get this error message on startup:

Plugin Error: Plugin "Fabric for Android Studio" is incompatible (supported only in IntelliJ IDEA).

That plugin is neither listed in Settings > Plugins nor is it not contained in the expected path.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

热血少△年 2025-01-19 02:01:20

下载“Fabric for Android Studio”后,发现它名为 CrashlyticsPlugin
搜索 CrashlyticsPlugin 时发现,JetBrains Toolbox 使用不同的比独立安装程序的路径。从 %USERPROFILE%\AppData\Local\JetBrains\Toolbox\apps\AndroidStudio\ ch-0中删除所有出现的 CrashlyticsPlugin >ch-1 解决了这个问题。

After downloading "Fabric for Android Studio", it turned out that it is called CrashlyticsPlugin.
And when searching for CrashlyticsPlugin it turned out, that the JetBrains Toolbox uses different paths than the standalone installer does. Removing all occurrences of the CrashlyticsPlugin from %USERPROFILE%\AppData\Local\JetBrains\Toolbox\apps\AndroidStudio\ ch-0 and ch-1 solved the issue.

坠似风落 2025-01-19 02:01:20

如果您想从 Android Studio 中启用/禁用
转到文件 ->设置->插件

如果您想手动删除不兼容的插件,只需转到插件路径并删除特定文件夹即可。

AndroidStudio 插件默认路径:

**Windows:**
%appdata%\Google\AndroidStudio4.1\plugins

**MacOS:**
/Users/{username}/Library/Application Support/Google/AndroidStudio4.1/plugins

If you want to Enable/ Disable from Android Studio
Go to File -> Settings -> Plugins

If you want to remove incompatible plugins manually, just go to the plugin path and delete the particular folder.

AndroidStudio Plugins default path:

**Windows:**
%appdata%\Google\AndroidStudio4.1\plugins

**MacOS:**
/Users/{username}/Library/Application Support/Google/AndroidStudio4.1/plugins
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文