Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 月食在发射时坠毁_Android_Eclipse_Macos - Fatal编程技术网

Android 月食在发射时坠毁

Android 月食在发射时坠毁,android,eclipse,macos,Android,Eclipse,Macos,我最近删除了eclipse和ADT捆绑包,因为一些文件被意外删除,我想重新安装它,但当我解压缩文件并打开eclipse时,我收到了这个崩溃日志,我不知道如何修复它,如果有人能帮助我解决这个问题,我将不胜感激 Process: eclipse [1032] Path: /Volumes/VOLUME/*/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclip

我最近删除了eclipse和ADT捆绑包,因为一些文件被意外删除,我想重新安装它,但当我解压缩文件并打开eclipse时,我收到了这个崩溃日志,我不知道如何修复它,如果有人能帮助我解决这个问题,我将不胜感激

Process:               eclipse [1032]
Path:                  /Volumes/VOLUME/*/Eclipse.app/Contents/MacOS/eclipse
Identifier:            org.eclipse.eclipse
Version:               3.8 (3.8)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           eclipse [1032]
User ID:               501

Date/Time:             2016-12-23 22:49:53.824 -0600
OS Version:            Mac OS X 10.12.2 (16C67)
Report Version:        12
Anonymous UUID:        7EB9EBB2-D3B9-8F3B-EC33-B888DDDA4C54


Time Awake Since Boot: 1900 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x000000000000003c
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0x3c:
--> 
__TEXT                 0000000100000000-0000000100004000 [   16K] r-x/rwx SM=COW  /var/folders/*/Eclipse.app/Contents/MacOS/eclipse

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation        0x00007fffb27d3544 CFBundleGetFunctionPointerForName + 36
1   org.eclipse.eclipse             0x00000001000030bd findSymbol + 66
2   org.eclipse.eclipse             0x00000001000018be original_main + 1572
3   org.eclipse.eclipse             0x0000000100001f7d main + 1230
4   org.eclipse.eclipse             0x0000000100001158 start + 52

Thread 1:
0   libsystem_pthread.dylib         0x00007fffc7edd1e0 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib         0x00007fffc7edd1e0 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib         0x00007fffc7edd1e0 start_wqthread + 0
1   ???                             0x000070000965bb40 0 + 123145459972928

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000610000020140  rbx: 0x0000000000000000  rcx:     0x6974696e49746573  rdx: 0x0000000000000006
  rdi: 0x0000000000000000  rsi: 0x0000610000020140  rbp: 0x00007fff5fbff9b0  rsp: 0x00007fff5fbff580
   r8: 0x736772416c616974   r9: 0x0000000000000600  r10: 0x0000000000000002  r11: 0x00007fffb27d3520
  r12: 0x00000001000043f8  r13: 0x00006100000a0000  r14:   0x0000610000020140  r15: 0x02b18d72892400a7
  rip: 0x00007fffb27d3544  rfl: 0x0000000000010202  cr2: 0x000000010d7c7000

Logical CPU:     0
Error Code:      0x02000170
Trap Number:     133

虽然我知道这并不能直接回答你的问题,但你有什么特别的理由在Android Studio上使用Eclipse吗?大约18个月前,谷歌放弃了对Eclipse的支持。是的,我使用它是因为我在做这些教程,这些教程来自我刚买的一本需要它的android游戏开发书。你知道怎么读坠机日志吗?这是我第一次不得不处理这件事,我就是想不出来,非常感谢。在我删除整个东西并重新安装之前,它工作得非常好。我试着在缓存中查找,看看是否可以找到任何东西,但没有更新。我刚刚从终端上运行了它,但如果我尝试只从应用程序中单击应用程序图标,它仍然无法打开terminal@izzyMachado你能解决吗这个问题?