从Android Studio项目启动模拟器设备后大约每4秒钟就会在“运行”窗口中打印一条错误消息。 这非常令人讨厌,因为它劫持了焦点。 如果我在调试窗口中,它会每4秒切换到运行窗口,因为这个错误无论我做什么。
这是一天前开始的,但我不知道是什么引起了它。 我现在使用相同的模拟器设备已有几个月了。 也许是Android SDK某些部分的升级? 外部SDK Manager不再可调用。

在我启动这个API 25磨损模拟器后,消息就开始出现了。 一个解决方法是使该选项卡浮动,然后它不会劫持我的焦点; 我把它移到我的第二台显示器上。
我还注意到我无法连接我的物理设备上运行的Android Wear应用程序(我使用模拟磨损运行物理手机)和我的模拟器。
About every 4 second after I start the emulator device from my Android Studio project an error message is printed into the Run window.It’s extremely annoying because it hijacks the focus.If I’m in the Debug window it switches to the Run window every 4 seconds because of this error no matter what I do.This started a day ago, but I don’t know what induced it.I use the same emulator devices for several months now.Maybe an upgrade of some portion of Android SDK?The external SDK Manager is not invokable any more.The messages start to come right after I boot up this API 25 wear emulator.One workaround is to make that tab float, then it doesn’t hijack my focus;I move it to my second monitor.I also noticed I cannot connect my Android Wear app running on my physical device (I’m running physical phone with the emulated wear) with my emulator.