SDK和AVD管理器不会启动虚拟设备
我正在运行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一种解决方法,但您可以在 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 keywordauto
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?