Why is my Android emulator keyboard in Chinese character mode?

后端 未结 5 1634
北荒
北荒 2020-11-28 04:15

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 th

5条回答
  •  我在风中等你
    2020-11-28 04:49

    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.

    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.

提交回复
热议问题