Yannick Makwenge
Yannick Makwenge

Reputation: 5

Android emulator device is too big for the screen

Hello i'm using Android studio version 4.1

I'm having a problem when Open android emulator, the size of the device is too big and the screen is only displaying on the top left corner.(see attached screenshot)

I have already tried: -changing the device -changing the system image -changing the screen size in by editing the device in the AVD manager -changing the dimensions by editing the device in the AVD manager

Nothing worked, could you please help me.

Upvotes: -1

Views: 1535

Answers (3)

JanardhanReddy Gona
JanardhanReddy Gona

Reputation: 11

use command + arrowdown

I have this issue solved in scaling android emulator in mac

Upvotes: 1

Kartik Bhanderi
Kartik Bhanderi

Reputation: 13

  1. Run the Emulator,
  2. open Task Manager and find this Emulator's process
  3. Right click on it and pick Open File Location
  4. Once you are at the file location, right click on that file and Open Properties
  5. go to Compatibility tab
  6. choose Change High DPI Setting
  7. Mark the Checkbox saying Override high DPI Scaling behavior and Choose System from the dropdown

Worked for me! Hope it works.

Upvotes: 1

Allan C
Allan C

Reputation: 95

Excuse me if I didn't get the question - you should be able to resize the emulator by dragging the corners of the device. Please see the screen shot where the blue dots are located for example.

enter image description here

Upvotes: 2

Related Questions