3

I'm trying to use the emulator in android studio, but the screen is displaying with the wrong size and even position. This is what it looks like.

enter image description here

I've tried changing android device, android operating system, and turning off the border, none of which solved my problems. I'd appreciate help. I'm afraid this problem is causing by DPI aware scaling - I have a high resolution screen.

pRaNaY
  • 24,642
  • 24
  • 96
  • 146
Phoenix
  • 1,553
  • 2
  • 13
  • 29

1 Answers1

-1

It's a nice aesthetic touch to see it as an "actual" device, but if it's not going to display properly, it's just an eyesore. Disabling the frame also seems to make the emulator run smoother as well.

In Android Studio 3.14

  1. Tools -> AVD Manager
  2. Actions -> Edit this AVD (Pencil icon)
  3. Uncheck Enable Device Frame
tamon76
  • 9
  • 5