How can I create avd for the Samsung Galaxy S4 (1080X1920)(如何为三星 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何为三星 Galaxy S4 (1080X1920) 创建 avd
基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01