Creating Galaxy S4 emulator(创建 Galaxy S4 模拟器)
问题描述
我正在尝试专门在 Galaxy S4 上运行我的应用程序.但我没有实时设备.所以,我正在尝试为 Galaxy S4 创建模拟器.我有一个具有 4GB RAM 的普通 Core I3 系统.它没有任何图形卡和所有.
我正在寻找将三星 Galaxy S4 附加组件安装到我的 sdk 的方法.但我不明白.
我参考了这些链接,
I am trying to run my app specifically on Galaxy S4. But I do not have the real time device. So, I'm trying to create the emulator for Galaxy S4. I have a normal Core I3 system with 4GB RAM. It doesn't have any graphics card and all.
I am finding the ways for installing the Samsung Galaxy S4 add-ons to my sdk. But I am not getting it.
I referred these links,
Android Galaxy S4 Emulator Not Opening
How to test android app in Galaxy S4 configuration using emulator?
http://developer.samsung.com/android/technical-docs/Using-Samsung-Emulators-for-Android-Application-Development
http://developer.samsung.com/board/list.do?ctgy1=1&ctgy2=1&menu=EN01010301&srchYn=Y&pageIndex=1&pageSize=10&search=
However, I am unable to get any results with these.
Then I referred this alternative for Galaxy S4 i.e., installing Sony add-on for Xperia Z which has the same config as S4. And I am able to create a Xperia Z avd. I have checked "Use Host GPU" option also. But still, the screen appears to be totally black.
http://developer.sonymobile.com/knowledge-base/sony-add-on-sdk/install-the-sony-add-on-sdk/
So can any body tell me how to install S4 add on so that I can create an emulator for it.
Update:
RAM Allocated: 256MB
HeapSize: 64
And I have modified the screen size to 4.0 inches to adjust to my system.
This is how I created my S4 emulator and working perfectly.
Go to "Android VirtualDevice Manager" -> Device Manager -> New Device and fill in like this:
Or follow this tutorial:
http://developer.sonymobile.com/knowledge-base/sony-add-on-sdk/install-the-sony-add-on-sdk/
这篇关于创建 Galaxy S4 模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:创建 Galaxy S4 模拟器


- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01