Android Emulator is not starting in Ubuntu(Android Emulator 未在 Ubuntu 中启动)
问题描述
我有 Ubuntu 11.04,我下载了最新的 eclipse ADT 包,我也安装了所有 ia32libs
,我不知道为什么模拟器没有启动,我尝试了各种设备配置,我有 4 个平台2.2、2.3、4.0、4.2.我尝试了各种排列组合,但虚拟设备都没有显示出来.
I have Ubuntu 11.04 and i downloaded latest eclipse ADT bundle, i also have installed all ia32libs
, i dont know why the emulator is not starting, i have tried various device configurations, i have 4 platforms 2.2, 2.3 , 4.0 ,4.2. i have tried various permutation and combination, but virtual device does not show up-none of them.
我还在其他 SO'questions 中尝试了各种解决方案,但它们并没有解决我的问题.我已经困在这几个星期了,但我仍然没有到达哪里?请帮助
I have also tried various solutions in other SO'questions, they do not solve my problem. i have been stuck in these for weeks, still i have reached no where?Please Help
仅供参考:我也有 eclipse Helios,因为它工作正常,但是我无法获取/下载 3.0/Honeycomb 以上的平台,而在 Helios 中,虚拟设备工作正常.我不知道它是否相关,但仍然..
FYI: I also have eclipse Helios, in that it works fine but, i cannot get/download platform above 3.0/Honeycomb in that, and in the Helios the virtual devices work fine. i dont know whether its relevant or not, but still..
推荐答案
在命令行参数中运行你的模拟器
Run your emulator in Command Line Parameters
要从命令行启动模拟器实例,请导航到 SDK 的 tools/
文件夹.输入模拟器命令如下:
To start an instance of the emulator from the command line, navigate to the tools/
folder of the SDK. Enter emulator command like this:
emulator -avd <avd_name>
更多关于模拟器链接在这里:
这篇关于Android Emulator 未在 Ubuntu 中启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android Emulator 未在 Ubuntu 中启动


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