我在 Fedora 16 操作系统上运行 Eclipse,我遇到了一些奇怪的问题。在我不选择调试视图之前一切正常。之后,如果连接了任何 android 设备,eclipse 就会卡住。我从终端启动了 Eclipse,发现这个异常发生在卡住之前:
Exception in thread "LogCat output receiver for ????????????" java.lang.NullPointerException
at com.android.ddmuilib.logcat.LogCatReceiver$1.run(LogCatReceiver.java:100)
at java.lang.Thread.run(Thread.java:722)
有什么想法如何处理它吗?
更新:看起来我遇到了这个问题:http ://code.google.com/p/android/issues/detail?id=34945 。