問題描述
我正在使用 AVD(Android 虛擬設備)調試我的 Android 應用程序.當我嘗試在文本字段中輸入文本時,我的字符在 IME 中被解釋為中文.
I'm debugging my Android application using the AVD (Android Virtual Device). When I try to enter text in a text field, my characters are being interpreted as Chinese in the IME.
我不知道我是如何進入這種模式或如何擺脫它(我只想輸入字母鍵)?
I don't know how I got into this mode or how to get out of it (I just want to enter alphabetic keys)?
這是一個屏幕截圖:
推薦答案
如果你正在運行 monkey
在某些時候,它可能改變了輸入法 —它經常發生.
If you were running monkey
at some point, it probably changed the input method — it happens quite often.
您可以通過長按輸入字段并選擇輸入法來更改輸入法 →安卓鍵盤.我想你也可以長按虛擬鍵盤左下角的鍵.
You can change the input method by long-pressing on an input field and choosing Input Method → Android Keyboard. I think you can also long-press on the bottom-left key on the virtual keyboard.
請注意,您還可以通過設置完全禁用日語和其他輸入法 →鍵盤→取消選中每個 IME 旁邊的框.
Note you can also disable the Japanese and other input methods from being activated entirely via Settings → Keyboard → untick the box next to each IME.
這篇關于為什么我的安卓模擬器鍵盤是漢字模式?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!