【发布时间】:2013-08-05 05:58:34
【问题描述】:
当我尝试在 AndriodStudio(Ubuntu 32 位操作系统)中运行 hello world 程序时。我在控制台中看到以下消息,但模拟器没有启动。
Waiting for device.
/home/yahooda/JAVA/android-studio/sdk/tools/emulator -avd test2 -netspeed full -netdelay none
当我试图从终端打开时
yahooda@yahooda-System-Product-Name:~$ /home/yahooda/JAVA/android-studio/sdk/tools/emulator -avd test2
PANIC: Could not open: test2
【问题讨论】:
-
你要等多久?如果在 shell 提示符下输入该命令会发生什么?
-
我等了超过 5 分钟。我是 ubuntu 新手,我不知道如何通过 shell 提示符打开。
-
我目前登录到windows,所以凭记忆:在桌面或菜单中找到一个“终端”图标,然后打开终端。剪切并粘贴您在上面向我们展示的行,看看会发生什么。让我们知道结果。
-
恐慌:无法打开:test2,我在终端得到这个。
标签: android android-emulator ubuntu-12.04