Reputation: 1550
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 -
Upvotes: 0
Views: 1004
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 :)
Upvotes: 1