Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I am keep getting message: Unfortunately "some chinese" has stopped

enter image description here

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.

like image 375
lunar Avatar asked Nov 24 '11 14:11

lunar


4 Answers

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?

enter image description here

like image 96
Huang Avatar answered Nov 18 '22 07:11

Huang


There is probably a Japanese keyboard trying to run, turn it off from Settings->Language & Keyboard

like image 22
FunkTheMonk Avatar answered Nov 18 '22 07:11

FunkTheMonk


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.

like image 3
eggmatters Avatar answered Nov 18 '22 08:11

eggmatters


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.

like image 1
Bobby Avatar answered Nov 18 '22 06:11

Bobby