Android Studio 2.3.3 Logcat"无法连接到编辑器......"使用模拟器时;该怎么办?

时间:2017-09-03 21:26:50

标签: android android-studio logcat

在Android Studio 2.3.3中,我收到了许多这个Logcat消息OFTEN。可能每隔5次运行一次:

    com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text... will retry later
    com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text... will retry later
    com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text... will retry later
    com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text... will retry later
    com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text... will retry later
    com.android.inputmethod.latin E/RichInputConnection: Unable to connect to the editor to retrieve text... will retry later

我从Log.语句中得不到任何输出。

然后调试受到很大阻碍。

我正在使用模拟器10.1 WXGA Tablet_API_19,Android 4.4.2。但它也发生在其他模拟器上。当我将我的Android设备连接到USB并将应用程序编译到它时,似乎(对此不是肯定的)这种情况从未发生过。

我反复重启Logcat,我反复清除它,我甚至退出了​​Studio;相同的消息总会返回。

我做的一切都不是吗?一个关于这个问题的回答是,"你提到的错误不属于列表视图。这是logcat错误。重新启动Logcat,希望它能为您服务。"它没有。

所以 Logcat中是否存在错误,正如另一条SO评论所暗示的那样?

有没有人知道这个解决方法?我应该将此问题报告为错误,并确保它确定无误!

1 个答案:

答案 0 :(得分:1)

根据对文件代码的评论:

  

由于某种原因,该应用程序认为我们没有连接它。这看起来像一个框架bug ...回到基态并返回false。 Link to code

你使用什么操作系统?

错误可能是由系统中的某个进程或错误的配置引起的。尝试再次下载Android平台工具。