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.
这篇关于为什么我的安卓模拟器键盘是汉字模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么我的安卓模拟器键盘是汉字模式?
基础教程推荐
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
