简体   繁体   English

我在启动 android studio 时遇到问题?

[英]I am having problem in starting android studio?

Android Studio 启动失败

Can Anyone tell the solution of this error .谁能告诉这个错误的解决方案。 Recently I have updated android studio 4.1 .最近我更新了 android studio 4.1 。 Then I updated flutter from plugins in android.然后我从android中的插件更新了flutter。 Then This error is coming .那么这个错误就来了。 Kindly help me with your suggestions.请帮助我提出您的建议。

尝试使缓存无效并通过以下方式从 android studio 重新启动,文件 > 使缓存无效/重新启动...这有时对我有帮助。

can you try manually updating it using flutter sdk .. the code is您可以尝试使用 flutter sdk 手动更新它.. 代码是

  git pull --rebase

apparently this happens commonly when you update versions of the libraries显然,当您更新库的版本时,这通常会发生

You need to remove plugins that don't support this newer android studio 4.1 ,您需要删除不支持此较新 android studio 4.1 的插件,

find plugins location here :在这里找到插件位置:

C:\Users\<your_pc_user_name>\.AndroidStudio4.0\config\plugins

and cut paste plugins from here to any other folder (as a backup) , restart android studio and re-download them 1 by 1 if they support android studio 4.1并将粘贴插件从这里剪切到任何其他文件夹(作为备份),重新启动 android studio 并重新下载它们,如果它们支持 android studio 4.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM