Android Studio 卡在加载屏幕上
Android Studio stuck on loading screen
每次我 运行 Android Studio 时,都会弹出此加载屏幕,但 Android Studio 会停留在这里,不会加载。就像下图一样,只是loading栏一直加载着,卡在了那里。我是 运行宁 Windows 10.
我尝试了很多东西,包括将系统变量 JDK_HOME
设置为我的 JDK
所在的位置,JAVA_HOME
也是如此。我也设置了路径。我 运行 多次以管理员身份让 AS 通过防火墙。
我也重启重装了无数次。
AS的版本是2.0,我运行正在更新Java的最新版本。
有什么帮助吗?
- 打开文件 Android Studio 设置 directory/bin/idea.properties
- 添加
disable.android.first.run=true
到结尾
- 重新启动 Android Studio
PLEASE NOTE: This will break patch updating to the next version. We
now check full binary checksums on the whole installation to prevent
various install corruption bugs as well as to preserve application
signatures. Therefore, make a copy of this file first, and before
updating, put it back.
请尝试使用以下方法解决该问题:
- 找到你的AndroidStudio的文件夹:根据以下目录
macOS: ~/Library/Application Support/Google/AndroidStudio[版本]
删除 AndroidStudio 文件夹。
重启
参考:https://developer.android.com/studio/known-issues#studio-config-directories
每次我 运行 Android Studio 时,都会弹出此加载屏幕,但 Android Studio 会停留在这里,不会加载。就像下图一样,只是loading栏一直加载着,卡在了那里。我是 运行宁 Windows 10.
我尝试了很多东西,包括将系统变量 JDK_HOME
设置为我的 JDK
所在的位置,JAVA_HOME
也是如此。我也设置了路径。我 运行 多次以管理员身份让 AS 通过防火墙。
我也重启重装了无数次。
AS的版本是2.0,我运行正在更新Java的最新版本。
有什么帮助吗?
- 打开文件 Android Studio 设置 directory/bin/idea.properties
- 添加
disable.android.first.run=true
到结尾 - 重新启动 Android Studio
PLEASE NOTE: This will break patch updating to the next version. We now check full binary checksums on the whole installation to prevent various install corruption bugs as well as to preserve application signatures. Therefore, make a copy of this file first, and before updating, put it back.
请尝试使用以下方法解决该问题:
- 找到你的AndroidStudio的文件夹:根据以下目录
macOS: ~/Library/Application Support/Google/AndroidStudio[版本]
删除 AndroidStudio 文件夹。
重启
参考:https://developer.android.com/studio/known-issues#studio-config-directories