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 模拟器?
基础教程推荐
- 如何从 logcat 中删除旧数据? 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
