为什么我的安卓模拟器键盘是汉字模式?

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.

这篇关于为什么我的安卓模拟器键盘是汉字模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

How To Create a Rotating Wheel Control?(如何创建转轮控件?)
How to avoid restarting activity when orientation changes on Android(如何在 Android 上的方向更改时避免重新启动活动)
iOS: How to run a function after Device has Rotated (Swift)(iOS:设备旋转后如何运行函数(Swift))
iOS 8 Rotation Methods Deprecation - Backwards Compatibility(iOS 8 旋转方法弃用 - 向后兼容性)
Screen orientation lock(屏幕方向锁定)
Strange behavior with android orientation sensor(android方向传感器的奇怪行为)