Эмулятор Android неверный размер приложения для пользовательского профиля оборудования

#android #android-studio #avd

Вопрос:

Я пытаюсь создать виртуальное устройство как можно ближе к определенному оборудованию. Цель: Galaxy Tab Pro Active 10.1

Разрешение экрана: 1920 x 1200 (WUXGA), размер: 10,1 дюйма

Именно поэтому я добавил новый профиль оборудования: введите описание изображения здесь

И новый AVD: введите описание изображения здесь

In order to have access to the Play store, I changed the config in %user%.androidavdGalaxy_Tab_Active_Pro_10.1_API_29.avdconfig.ini , setting PlayStore.enabled=true and changing the image.sysdir.1 to system-imagesandroid-29google_apis_playstorex86 , which works:
enter image description here

However, when I start the device, all of the apps display weirdly, with a top margin, like this:enter image description here

Running chrome looks like this:
enter image description here

What is the cause of this? It can’t handle a different screen ratio?