厌倦了重新打开Eclipse

时间:2014-07-24 11:40:08

标签: java android c eclipse

我使用Eclipse开发Android应用程序。我使用adt-bundle-linux-x86-20140702与ec​​lipse进行sdk捆绑。在我的应用程序中,我使用的是android-ndk-r9d的NDK。如果我在Java编辑器中使用 ctrl + space ,我遇到了以下问题,

  1. 显示了提示菜单,而Eclipse也关闭了。
  2. 如果我再次打开eclipse意味着我的整个应用程序显示错误。在这种情况下,我需要重新启动eclipse。如果我重新启动eclipse,错误就消失了。
  3. 但在C编辑器中它完美运作
  4. Eclipse 日志中,我收到以下错误:

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0x6396286d, pid=3861, tid=3076306688
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_11-b12) (build 1.8.0_11-b12)
    # Java VM: Java HotSpot(TM) Client VM (25.11-b03 mixed mode linux-x86 )
    # Problematic frame:
    # C  [libsoup-2.4.so.1+0x5486d]  soup_session_feature_detach+0x1d
    #
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    

    我跟着这个link但是对我没有帮助:( ..任何人都可以提出一些建议......

0 个答案:

没有答案