Android Emulator 未在 Ubuntu 中启动

2023-04-22移动开发问题
4

本文介绍了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 中启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何在 COCOS2d Android 中使用 CClistview?
How can I use CClistview in COCOS2d Android?(如何在 COCOS2d Android 中使用 CClistview?)...
2024-08-12 移动开发问题
5

cocos2d-android:如何显示分数
cocos2d-android: how to display score(cocos2d-android:如何显示分数)...
2024-08-11 移动开发问题
7

Sqlite 数据库未从资产文件夹 Android 复制
Sqlite database not copied from asset folder Android(Sqlite 数据库未从资产文件夹 Android 复制)...
2024-04-15 移动开发问题
8

SQLite 数据库副本在由设备而不是模拟器生成时出现损坏
SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator(SQLite 数据库副本在由设备而不是模拟器生成时出现损坏)...
2024-04-15 移动开发问题
4

安卓文件拷贝
Android file copy(安卓文件拷贝)...
2024-04-15 移动开发问题
6

Android如何在android中检测Edittext的Copy事件
Android how to detect Copy event of Edittext in android(Android如何在android中检测Edittext的Copy事件)...
2024-04-15 移动开发问题
5