Android Studio 启动时:“缺少必要插件:org.jetbrains.android。请从头开始重新安装 Android Studio。”

avo*_*bda 12 android-studio

我不能开Android Studio 2020.3.1 Arctic Fox。开启弹出Kubuntu 20.04.错误:

"Missing essential plugin:

  org.jetbrains.android

Please reinstall Android Studio from scratch."
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述

到目前为止我已经尝试过:

  • 重新安装+重启
  • Linux: ~/.local/share/Google/AndroidStudio4.2
  • rm -rf AndroidStudio4.2
  • rm -rf AndroidStudio2020.3
  • 我尝试删除文件disabled_plugins.txt,但对我来说,它不会发生。

在此输入图像描述

我使用工具箱应用程序。

更新:

我安装了较新的版本(Android Studio 2021.1.1 Canary 6),一切正常。

小智 21

我在 Mac OS 上的 AndroidStudio2020.3 版本上遇到了这个问题,我通过执行以下步骤解决了这个问题:

  • 转到/Users/用户名/Library/Application Support/Google/AndroidStudio2020.3

  • 发出“ls -l”命令以查看文件列表并检查“disabled_plugins.txt”文件是否存在

  • 如果存在,请通过运行“rm -Rfdisabled_update.txt”命令删除该文件,这应该可以修复 android studio 缺少基本插件错误。

  • 启动android studio,现在应该可以顺利运行了。

  • 对我来说它有效,但我没有删除disabled_update,而是删除了disabled_plugins (4认同)