Android Studio卡在加载屏幕上

Android Studio卡在加载屏幕上

问题描述:

每次运行Android Studio时,都会弹出此加载屏幕,但Android Studio会保留在此处并且不会加载。这就像下面的图片,除了装载栏一直装满但卡在那里。我正在运行Windows 10。

Every time I run Android Studio, this loading screen pops up, but Android Studio stays here and doesn't load. It's like this following picture except that the loading bar is loaded all the way but stuck there. I am running Windows 10.

我有尝试了很多东西,包括将系统变量 JDK_HOME 设置到我的 JDK 所在的位置,并且 JAVA_HOME 。我也设定了一条路。我作为管理员多次运行并让AS通过防火墙。

I have tried many things, including setting the system variables JDK_HOME to where my JDK is located and the same for JAVA_HOME. I have also set a path. I ran as admin many times and let AS through a firewall.

我也重新启动并重新安装了无数次。

I have also restarted and reinstalled countless times.

AS的版本是2.0 ,我正在运行最新版本的Java。

The version of AS is 2.0, and I am running the latest versions of Java.

任何帮助?


  • 打开文件Android Studio设置目录/ bin / idea.properties

  • 添加 disable.android.first.run = true 结束

  • 重启Android Studio

    • Open file Android Studio setup directory/bin/idea.properties
    • Add disable.android.first.run=true to end
    • Restart 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.