简体   繁体   English

Android Studio 在启动过程中卡在加载中

[英]Android Studio stuck on loading during the startup

I have weird problem - Android Studio is stuck on loading.我有一个奇怪的问题 - Android Studio 在加载时卡住了。

I tried to reinstall it - the same result.我尝试重新安装它 - 结果相同。

I tried to relaunch - the same result.我试图重新启动 - 结果相同。

在此处输入图片说明

请确保您已断开安卓手机与计算机的连接。

I had the same problem a few days ago.几天前我遇到了同样的问题。

That is the solution:那就是解决方案:

  1. Open file Android Studio setup directory/bin/idea.properties打开文件 Android Studio 安装目录/bin/idea.properties
  2. Add disable.android.first.run=true to tail, or -Ddisable.android.first.run=true on recent canaries在最近的金丝雀上添加disable.android.first.run=true到尾部,或-Ddisable.android.first.run=true
  3. Restart AS重启AS

Hope that it's useful for you.希望对你有用。

type "flutter clean" in terminal.在终端中输入“flutter clean”。 works for me为我工作

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

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