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 模拟器?
基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01