Java Eclipse在尝试导出应用程序时崩溃

Java Eclipse在尝试导出应用程序时崩溃,java,android,eclipse,Java,Android,Eclipse,我试图导出我的android应用程序,但它只是因为以下代码而崩溃。尝试了几次,但错误仍然存在。不管怎么说,你能摆脱这一切吗 日志如下: # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0x7) at pc=0x00007fea9e58ee3e, pid=4241, tid=140644277511936 # # JRE version: OpenJDK Runtime Enviro

我试图导出我的android应用程序,但它只是因为以下代码而崩溃。尝试了几次,但错误仍然存在。不管怎么说,你能摆脱这一切吗

日志如下:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00007fea9e58ee3e, pid=4241, tid=140644277511936
#
# JRE version: OpenJDK Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14)
# Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libc.so.6+0x98e3e]  envz_strip+0x61e
#
# 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:
# /opt/adt-bundle-linux-x86_64-20140624/eclipse/hs_err_pid4241.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

首先右键单击项目并刷新它。然后使用归档文件将其导出。
我希望这能解决你的问题。

@peasevel\u Warrior“使用归档文件导出”你能解释一下吗?@Kailas我编辑了答案。对不起,以前不清楚。检查它是否解决了问题。