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

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 target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)