Android : How to Create Android Emulator for Nexus10?(Android:如何为 Nexus10 创建 Android 模拟器?)
问题描述
我正在尝试使用最新的 ADT(21) 和 SDK 工具为 Nexus 10 创建 android 模拟器.我对 Nexus 10 AVD 有以下配置:
I am trying to create the android emulator for Nexus 10 using latest ADT(21) and SDK tools. I have the following configuration for the Nexus 10 AVD:
Screen Size - 10 inches
Resolution - 2560 X 1600
Screen Size - xlarge Screen Density - Xhdpi
Screen ratio - long
RAM - 1024
如果此配置有误,请告诉我.创建上述配置后,我能够创建 AVD 但无法加载它.它只显示黑屏.这里可能是什么问题?
Let me know if this configuration is wrong. After creating the above Configuration I was able to create the AVD but couldn't load it. It only shows a black screen. What could be the problem here?
我正在使用 Ubuntu 11.10.
I am Using Ubuntu 11.10.
推荐答案
我也遇到了同样的问题.你可以做一件事,
I had the same issue. You can do one thing,
1) 创建 AVD 时,请确保选中 Use Host GPU 选项.
1) When you create AVD, make sure Use Host GPU option is checked.
它对我有用,在我的 Mac OS X Mountain Lion 10.8.2 和 eclipse juno 中.
It worked for me, in my Mac OS X Mountain Lion 10.8.2, and eclipse juno.
对不起大家的困惑.没有 Google Nexus 10 皮肤(在撰写本文时).您在图像中看到的是我使用 Eclipse 的设备定义(AVD 管理器第二个选项卡)功能创建的 Nexus 10 等号.只是我将它命名为 Nexus 10,它不是默认的谷歌模拟器.
EDIT : Sorry folks for the confusion. There is no Google Nexus 10 skin (at the time of writing this). What you see in the image is a Nexus 10 equalant I created using Device Definition (AVD manager 2nd tab) feature of eclipse. It is just I named it as Nexus 10 and it is not default google emulator.
这篇关于Android:如何为 Nexus10 创建 Android 模拟器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android:如何为 Nexus10 创建 Android 模拟器?


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