Android Studio 中有哪些皮肤类型?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25670535/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 09:38:37  来源:igfitidea点击:

What are the skin types in Android Studio?

androidandroid-studioavd

提问by Apurva

I try to create AVD in Android Studio, there are various skin types available like, HVGA, QVGA, WQVGA400I don't know what these skin types are, please explain what skin type is to be used while creating AVD.

我尝试在 Android Studio 中创建 AVD,有多种皮肤类型可用,例如HVGA、QVGA、WQVGA400我不知道这些皮肤类型是什么,请解释创建 AVD 时要使用的皮肤类型。

回答by Lou Morda

This table shows the emulator skins that are available in the Android SDK, which you can use to emulate some of the most common screen configurations.

下表显示了 Android SDK 中可用的模拟器皮肤,您可以使用它们来模拟一些最常见的屏幕配置。

http://developer.android.com/guide/practices/screens_support.html#testing

http://developer.android.com/guide/practices/screens_support.html#testing

enter image description here

在此处输入图片说明