SDK和AVD管理器不会启动虚拟设备

发布于 2024-11-26 09:23:45 字数 303 浏览 2 评论 0原文

我正在运行 Ubuntu 11.04 64 位、Eclipse 3.5.2 和 Android Development Toolkit 12.0.0.v201106281929-138431

“Windows”菜单中的“SDK 和 AVD Manager”对话框似乎在启动我创建的任何模拟器时出现问题;单击“开始...”按钮时它不执行任何操作。

我可以从终端很好地启动模拟器,但我想留在 Eclipse 中并在开始测试我的应用程序之前缩小它的规模。

我尝试过重新安装Eclipse,但没有效果。

非常感谢任何帮助、建议或信息。

I'm running Ubuntu 11.04 64bit, Eclipse 3.5.2, and Android Development Toolkit 12.0.0.v201106281929-138431

The "SDK and AVD Manager" dialog from the "Windows" menu seems to have a problem starting any emulators I have created; it does nothing when the "Start..." button is clicked.

I can start an emulator fine from the terminal, but I'd like to stay in eclipse and have it scaled down before I begin testing my application.

I've tried re-installing Eclipse, to no avail.

Any help, advice, or info is greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我的影子我的梦 2024-12-03 09:23:45

这是一种解决方法,但您可以在 Eclipse 外部完美启动模拟器并从 Eclipse 使用它:默认情况下,ADT 使用到 localhost:5554 的网络连接与其进行通信。

有一个命令行选项,名为-scale 允许缩放虚拟设备。它接受 0.1 到 3 之间的系数、dpi 值或关键字 auto,让模拟器为您选择尺寸(不一定是物理设备的实际尺寸)。

关于Eclipse集成问题,很难有一个想法。您没有看到任何错误消息吗?

This is a workaround, but you can perfectly start your emulator outside Eclipse and use it from Eclipse: ADT communicates with it using a network connection to localhost:5554 by default.

There is a command-line option called -scale that allows scaling the virtual device. It accepts a factor between 0.1 and 3, a dpi value or the keyword auto to let the emulator to chose a size for you (which is not necessarily the actual size of a physical device).

About the Eclipse integration problem, it's difficult to have an idea. You don't see any error message?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文