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 中启动


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