我不断收到消息:不幸的是“一些中国人”已经停止
我每 10 秒就会收到一次此信息。这是关于什么的?我该如何解决这个问题? 这个问题与我创建的任何应用程序无关,它只是发生在我在 eclipse 中使用的模拟器上。我认为这是一些常见的“错误”。我可能只是吃午餐,解锁屏幕,然后等待几秒钟,然后这条消息就会出现。 这是我第一次接触android模拟器,所以我不太流利,不知道还可以发布什么。我找到了 logcat 但它是空的。
I am keep getting this each 10 sec. What is it about? How can I fix this?
This problem is not related to any app I created, it just happens on emulator I work on in eclipse. I thought it's some common 'error'. I may just lunch avd, unlock the screen and wait few sec for this message to comes up.
This is my very first contact with android emulator, so I am not that fluent, didn't know what else to post. I found logcat but it is empty.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
这些汉字说:“谷歌拼音输入法”,所以我猜这个问题与输入法有关(拼音是一种用拉丁字母标记字符发音的方法)。当您在 TextView 中输入内容时,似乎会发生这种情况。在模拟器上,有一个原生的谷歌拼音输入法,也许这个应用程序有问题。请禁用它或创建一个新的模拟器。
实际上,您的应用程序在真实设备上的表现如何?
These chinese characters say:"Google's PinYin input method",so I guess this problem is related to the input method(PinYin is a way to mark the pronunciation for a character with Latin letters) . It seems that this happens when you are inputting something in the TextView. On the emulator, there is a native Google PinYin input method and perhaps this app has something wrong. Please disable it or create a new emulator.
Actually, how is your app on a real device?
可能有一个日语键盘正在尝试运行,请从“设置”->“语言和设置”中将其关闭。键盘
There is probably a Japanese keyboard trying to run, turn it off from Settings->Language & Keyboard
在进行 Android 开发几天后,我遇到了同样的问题。然而,它只是在我尝试了模拟器的系统设置之后才开始的。我可以发誓我没有更改语言和设置菜单中的任何内容。但是,由于我确实检查了它并且确实出现了该对话框,所以我确信它确实出现了。我的模拟器有很多延迟,因为我的开发机器落后了几年(顺便说一句,这是一个很好的开发实践。)
因此,我执行了以下操作:
启用:系统设置->开发设置并选中显示 cpu 使用
情况显示所有正在运行的 Android 进程。你会看到:
com.android.pinyin
就在错误之前。
谷歌搜索这个错误,希望能看到这篇文章。
返回系统设置->语言和输入并将默认值更改回英语。
Being a couple of days into Android development, I encountered the same issue. It only began, however, after I was playing around with the system settings of the emulator. I could have sworn that I didn't change a thing in the languages and settings menu. But, since I did inspect it and this dialog did appear, I'm sure it did. My emulator has mucho latency due to the fact that my dev machine is a few years behind the times ( a good development practice btw.)
So, I did the following:
enable: system settings->Dev Settings and check Show cpu usage
this shows you all android processes running. You will see:
com.android.pinyin
just before the error.
google that error and hopefully come across this post.
go back into system settings->Language and input and change the default back to English.
我在使用 4.0.3 WXGA800 模拟器时遇到了同样的问题,但无法禁用中文键盘或日语 IME 键盘,因为复选标记呈灰色(不是蓝色)。我正要发布问题时,错误地单击了“默认”选项,循环浏览不同的选项,直到回到英语(美国)。之后,幸运的是,该消息不再出现。
我尝试发布图像来显示复选标记和默认选项,但作为新用户无法做到这一点。
I was having the same problem using the 4.0.3 WXGA800 emulator but could not disable the Chinese keyboard nor the Japanese IME keyboard since the check mark was greyed out (not blue). I was about to post a question when, by mistake, I clicked on the Default option, cycling through the different options until I came back to English (US). After that, fortunately the message stopped appearing.
I tried to post an image to show the check marks and the Default option, but as a new user was not able to.
我和@Bobby有同样的问题,从Android +4开始检查不可用。解决方案是禁用中文应用程序。要禁用,请转到“设置”> “应用程序”,点击顶部操作栏选项卡中的“全部”选项,在列表末尾您将找到该应用程序,然后点击该项目,然后在下一个屏幕中单击“强制停止”按钮和“禁用”按钮。
I have the same problem as @Bobby, from Android +4 the check is unavailable. The solution was to disable the Chinese application. To make disable go to "Settings" > "Apps", tap on "ALL" option in the action bar tab on the top, and at the end of the list you will be found the application, then tap in the item, and in the next screen make click in "Force stop" button and "Disable" button.
这是我的修复:
设置>语言与输入>键盘和输入法>默认>英语(美国)
将默认语言更改为另一种语言,然后又恢复为英语(美国)
消息已超过 9000 秒未出现
This is my fix:
Settings > Language & Input > Keyboard and Input Methods > Default > English (US)
Changed default to another language and then back to English (US)
Message hasn't appeared for over 9000 seconds