【问题标题】:Android studio 2.3 won't startAndroid Studio 2.3 无法启动
【发布时间】:2017-05-16 02:15:37
【问题描述】:

我昨天从 studio 2.2 升级到 2.3,当它试图重新启动时它崩溃了。

我设法看到了一个设置向导,但在我点击任何内容之前它就崩溃了。

我打开了一个问题here 并决定从头开始安装。 Studio 仍然崩溃 - 我尝试了 here 描述的清理,但没有任何帮助。

我将 JVM 更新到了最新版本,没有任何变化

这是我从 mac 获得的崩溃信息

Process:               studio [772]
Path:                  /Applications/Android
Studio.app/Contents/MacOS/studio
Identifier:            com.google.android.studio
Version:               2.3 (AI-162.3764568)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           studio [772]
User ID:               501

Date/Time:             2017-03-29 16:36:14.789 +0300
OS Version:            Mac OS X 10.10.4 (14E46)
Report Version:        11
Anonymous UUID:        E4F7576D-259B-A697-034A-7B7D528789D6


Time Awake Since Boot: 430 seconds

Crashed Thread:        0  AppKit Thread  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       EXC_I386_GPFLT

Application Specific Information:
abort() called

有什么想法吗?

【问题讨论】:

    标签: android-studio-2.3


    【解决方案1】:

    查看 mac 崩溃 - 一位同事发现了这一行 “JRSInputMethodController availableInputMethodLocales”导致 this known issue 的 JRE 由于额外的输入而崩溃,我删除了额外的键盘布局并且崩溃消失了。

    如问题所述 - 它已在 OS X 10.11 或更低的 Java 版本中修复 - 我在 OS X 10.10 上,所以我将升级到 10.11

    【讨论】:

      【解决方案2】:

      试试这个:

      下载此文件:http://tools.android.com/knownissues/studio 并替换 Studio 的 Contents/MacOS/studio

      在终端运行这一行: chmod +x /Applications/Android\ Studio.app/Contents/MacOS/studio

      完成:)

      【讨论】:

        猜你喜欢
        • 2017-09-12
        • 1970-01-01
        • 2013-05-10
        • 2013-05-11
        相关资源
        最近更新 更多