Why is my Android emulator keyboard in Chinese character mode?(为什么我的安卓模拟器键盘是汉字模式?)
问题描述
我正在使用 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.
这篇关于为什么我的安卓模拟器键盘是汉字模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么我的安卓模拟器键盘是汉字模式?


- Android - 拆分 Drawable 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01