#android #android-studio #avd
Вопрос:
Я пытаюсь создать виртуальное устройство как можно ближе к определенному оборудованию. Цель: Galaxy Tab Pro Active 10.1
Разрешение экрана: 1920 x 1200 (WUXGA), размер: 10,1 дюйма
Именно поэтому я добавил новый профиль оборудования:
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:
However, when I start the device, all of the apps display weirdly, with a top margin, like this:
Running chrome looks like this:
What is the cause of this? It can’t handle a different screen ratio?