这对我来说是一个奇怪的错误,因为它只发生在我在模拟器上从纵向切换到横向时;SDK 级别 17 Android 4.2.2
单击时,我的小部件在纵向上可以正常启动,但是通过在我的 numPad 上点击“7”并单击小部件切换到横向,将第一次打开 MainActivity,但是在随后的点击中,小部件停止打开 MainActivity ......并且完全停止运作。
我的主屏幕上的其他图标可以正常打开。
基本上想了解 inactive InputConnection 上的 showStatusIcon 是什么意思?为什么只有当我将模拟器切换到横向模式时才会发生这种情况?
提前致谢。
我的日志猫:
04-21 19:56:28.956: D/gralloc_goldfish(5826): Emulator without GPU emulation detected.
04-21 19:56:41.727: I/Choreographer(5826): Skipped 59 frames! The application may be doing too much work on its main thread.
04-21 19:56:41.947: W/IInputConnectionWrapper(5826): showStatusIcon on inactive InputConnection
04-21 19:56:42.607: I/Choreographer(5826): Skipped 62 frames! The application may be doing too much work on its main thread.