我正在使用 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模板网!
使用 GPS 获取用户的当前位置Get user#39;s current location using GPS(使用 GPS 获取用户的当前位置)
requestLocationUpdate() 抛出的 IllegalArgumentExceptionIllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 抛出的 IllegalArgumentException)
LocationManager 的 getLastKnownLocation 有多可靠,多久更How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新
如何检测位置提供者?GPS 或网络提供商How to detect Location Provider ? GPS or Network Provider(如何检测位置提供者?GPS 或网络提供商)
在应用启动期间获取当前位置Get current location during app launch(在应用启动期间获取当前位置)
locationManager.getLastKnownLocation() 返回 nulllocationManager.getLastKnownLocation() return null(locationManager.getLastKnownLocation() 返回 null)