gpt4 book ai didi

java - 安装 Android Studio 时运行 studio.exe 时出错

转载 作者:行者123 更新时间:2023-11-29 20:58:21 25 4
gpt4 key购买 nike

我在安装 Android Studio 时遇到错误,这是错误消息:

Internal error. Please report to http://code.google.com/p/android/issues

java.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.
at com.intellij.openapi.application.PathManager.getHomePath(PathManager.java:84)
at com.intellij.openapi.application.PathManager.loadProperties(PathManager.java:315)
at com.intellij.ide.BootstrapClassLoaderUtil.initClassLoader(BootstrapClassLoaderUtil.java:58)
at com.intellij.ide.Bootstrap.main(Bootstrap.java:33)
at com.intellij.idea.Main.main(Main.java:84)

2014-11-15 15:42:10 [Patch] Original patch does not exist: C:\Users\DANIEL~1\AppData\Local\Temp\jetbrains.patch.jar.androidstudio

最佳答案

一开始我指出bin/idea.properties 文件有问题。也许方法 com.intellij.openapi.application.PathManager.getHomePath 在我的 Windows 环境变量中找不到 IDEA_HOME 路径。经过一些分析,我将错误原因缩小到文件夹命名。我将 Intellij IDE 安装到自定义文件夹:C:\!DATA_STORAGE!\PROGRAM_FILES\Intellij。我试图用特殊字符(感叹号)重命名文件夹。结果是:

C:\!DATA_STORAGE!\PROGRAM_FILES\Intellij - error
C:\DATA_STORAGE\PROGRAM_FILES\Intellij - OK (IntelliJ started)
C:\!DATA_STORAGE\PROGRAM_FILES\Intellij - OK
C:\DATA_STORAGE!\PROGRAM_FILES\Intellij - error

最后我找到了逻辑:无论 !标记在 JAR 文件中。

http://docs.oracle.com/javase/7/docs/api/java/net/JarURLConnection.html

该行为已作为 Java 1.3、1.4、5.0 中的错误提出。 http://bugs.java.com/view_bug.do?bug_id=4523159已经做了一些改变,但总的来说问题仍然存在。现有的最佳解决方案是解决方法:不要在文件夹名称或文件名称的末尾使用感叹号。

关于java - 安装 Android Studio 时运行 studio.exe 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26944156/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com