Rohit
Rohit

Reputation: 1550

System screen resolution changing on android emulator run

I am trying to develop android application, to test the application I created one AVD. When I run the AVD my system's screen resolution changes...

Why is this happening ?

Below is the emulator settings -

Emulator Settings

Upvotes: 0

Views: 1004

Answers (1)

Rohit
Rohit

Reputation: 1550

I solved the issue after some time..

The problem was not of emulator or the android.

the issue was here emulator-arm.exe > properties > compatiblity

the checkbox Run in 640 x 480 is checked and this was the reason that each time I was running the emulator my screen resolution was changing. Unchecked that box and it started running as it should :)

enter image description here

Upvotes: 1

Related Questions