Android Studio - 平板电脑模拟器未显示正确的分辨率

时间:2014-12-20 15:51:50

标签: java android android-studio adt nexus-10

刚刚创建了一个Nexus 10模拟器,但是当我启动它时,会显示错误的分辨率。当它应该显示为2560 x 1600时,它一直显示为800 x 1280.有谁知道地球上发生了什么以及如何解决这个问题?

wrong res Correct res wrong res in Nexus 10 emulator

1 个答案:

答案 0 :(得分:64)

根据OP的要求,

在创建AVD的最后一步中,转到高级设置并选择适当的皮肤(或者最好选择“无皮肤”选项)确保它具有您想要的分辨率。

enter image description here

enter image description here