如何为三星 Galaxy S4 (1080X1920) 创建 avd

How can I create avd for the Samsung Galaxy S4 (1080X1920)(如何为三星 Galaxy S4 (1080X1920) 创建 avd)
本文介绍了如何为三星 Galaxy S4 (1080X1920) 创建 avd的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

如何为三星 Galaxy S4 创建 AVD,它会在哪种布局中变大或变大?

How can I create AVD for Samsung Galaxy S4 and in which layout will it comes large or normal?

当我创建 AVD 时,它会在 large-xxhdpi 中创建模拟器.

While am I creating AVD, it creating emulator in large-xxhdpi.

推荐答案

按照以下 URL 中给出的步骤为 Galaxy S4 智能手机创建 avd.S4 和 xperia z 具有相同的屏幕尺寸(5 英寸)和相同的分辨率 1080x1920.

Follow the steps given at below URL to create avd for Galaxy S4 smartphone. S4 and and xperia z have same screen size (5 inch) and same resolution 1080x1920.

http://developer.sonymobile.com/knowledge-base/sony-add-on-sdk/install-the-sony-add-on-sdk/

请注意,您还必须在 SDK 管理器的 Extras 下安装Sony DeviceProfiles",以及Sony Add-On SDK".

Please note that you must also install 'Sony DeviceProfiles' under Extras within the SDK Manager, as well as 'Sony Add-On SDK'.

要与模拟器完全匹配,请从设备定义"选项卡中克隆 xperia z,然后选择硬件按钮以创建用户定义设备并从此新设备创建 avd.

To exactly match the emulator, clone xperia z from "device definition" tab and chose hardware button to create user defined device and create avd from this new device.

不要忘记检查 avd 的使用主机 GPU 仿真"选项,还请记住,您的系统中必须安装显卡 (GPU).

Don't forget to check "Use host GPU emulation" option for avd also keep in mind that your system must have graphics card (GPU) installed in it.

这篇关于如何为三星 Galaxy S4 (1080X1920) 创建 avd的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

How To Create a Rotating Wheel Control?(如何创建转轮控件?)
How to avoid restarting activity when orientation changes on Android(如何在 Android 上的方向更改时避免重新启动活动)
Screen orientation lock(屏幕方向锁定)
Strange behavior with android orientation sensor(android方向传感器的奇怪行为)
Android: Rotate image in imageview by an angle(Android:将imageview中的图像旋转一个角度)
Activity restart on rotation Android(旋转Android上的活动重启)