我正在尝试运行我的Android SDK工具。当他们启动时,他们会因此错误而崩溃。无论我是从终端运行它还是从Android Studio启动它,都会发生这种情况。
Jareds-Mac-mini:~ jared$ android
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fff9b25482f, pid=71482, tid=8207
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [AppKit+0x53382f] -[NSDatePickerCell(NSTextFieldWithStepperDatePickerInternal) _concoctUnholyAbominationOfADateFormatThatMakesAMockeryOfLocalization]+0x0
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/jared/hs_err_pid71482.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abort trap: 6
OS X错误报告位于此粘贴箱中 https://pastebin.mozilla.org/8831994
答案 0 :(得分:0)
我卸载并重新安装了android SDK和工具。然后我重新启动我的Mac两次,它开始工作。我似乎无法找出原因,但现在已经解决了。打开错误日志供您查看。