0

Android Studio Emulator is showing black spots instead of keys on keyboard.

Anyone knows whats the reason behind this?

enter image description here

Community
  • 1
  • 1
Akash Bisariya
  • 3,855
  • 2
  • 30
  • 42
  • I think it is a problem with your `Android Emulator` configuration. try to create a new emulator with the actual OS. Else, you can `Invalidate caches` in the `Settings` tab or, in my case, to reinstall `Android Studio`. – Max Shwed Jan 17 '20 at 12:20

1 Answers1

1

I believe your input method has changed to some which is unrecognized by android OS. You could try explicitly setting the language on keyboard in app.

Check this one.

Dressy Fiddle
  • 163
  • 10