1

I I'm using 4k resulotion and I have created an emulator in avd manager but when I start emulator it shows like this picture:

Android Xamarin Emulator

How can I fix this issue and get the real size of emulator on my 4k screen.

thmspl
  • 2,437
  • 3
  • 22
  • 48
Amir
  • 13
  • 4
  • Use the Android Device Manager (`Tools -> Android -> Android Device Manager`) to change the base device of this emulator to something more modern like Pixel 2. Or better yet, just create a new emulator here. Just an FYI, it looks like an old version of Visual Studio, it's recommended to use Visual Studio 2019 as there's a free community edition. – Jon Douglas Oct 09 '19 at 19:40
  • @JonDouglas thank you. Visual Studio 2019 fixed the problem – Amir Oct 19 '19 at 12:11

1 Answers1

0

I fixed the problem by installing 2019 Visual Studio. Thanks to @JonDouglas

Amir
  • 13
  • 4