随着 Android Studio 4.1 更新 'Plugin incompatible with the new build found: Firebase Services' 出现警告信息

Posted

技术标签:

【中文标题】随着 Android Studio 4.1 更新 \'Plugin incompatible with the new build found: Firebase Services\' 出现警告信息【英文标题】:With Android Studio 4.1 update 'Plugin incompatible with the new build found: Firebase Services' There is a warning message随着 Android Studio 4.1 更新 'Plugin incompatible with the new build found: Firebase Services' 出现警告信息 【发布时间】:2021-01-27 08:07:52 【问题描述】:

android studio 更新通知中,红字如上

插件与发现的新版本不兼容:Firebase 服务

我收到上述警告, 我不明白意思。 这是否意味着更新android studio后Firebase相关的包将无法使用?

我不应该更新android studio吗? 但是,我认为似乎没有永远不更新 android studio 的选项

我目前正在使用 Flutter 和 Firebase 构建应用, 但取决于项目,Firebase 相关包的版本 可能不一样,我该怎么办?

【问题讨论】:

Firebase 团队在哪里?这个问题没有解释?我们应该更新 Android Studio 吗?我不会因为这个警告而更新.. 【参考方案1】:

我的 android studio 没有错误。我在 Ubuntu 上使用。

【讨论】:

【参考方案2】:

迟到但正在回答以寻求将来的帮助。

Android Studio 有插件市场(您可以在 File->setting->plugin 找到它)。每当 android studio 计划发布更新时,它都会先发布 beta 版本。同时,大部分插件都会相应地更新它们的插件。

在您的情况下,您正面临警告,因为 Firebase 服务插件暂时尚未准备好更新,但在某些情况下,插件会发布其更新,这些更新将在您更新 android studio 后可用。所以更新到最新的android studio是安全的。

如果您仍然面临插件不兼容警告,请禁用插件,直到更新生效。仅当您使用低评级插件时才会发生这种情况。有时,如果您的 android 缓存对系统造成混乱,也会出现不兼容警告。因此,从 C:\Users\username\AppData 清除缓存将解决问题。或者您也可以选择在更新 android studio 的同时删除旧的 android studio 文件。但可能存在您的系统无法完全删除文件的情况,因此请手动删除它们。

【讨论】:

以上是关于随着 Android Studio 4.1 更新 'Plugin incompatible with the new build found: Firebase Services' 出现警告信息的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio 4.1更新后应用程序的Gradle构建错误

错误:将 android studio 更新到 4.1 后无法在颤振中找到或加载主类

更新到 Android Studio 4.1,flutter 插件和 dart 插件未安装

Flutter Doctor 不识别 Android Studio 和 flutter dart plugins plugins 新版本 4.1 更新

Android studio 4.1 Emulator 扩展控件

关于最新的android studio 3.0.1的Gradle 4.1问题