【发布时间】:2012-03-16 08:09:33
【问题描述】:
我有一些虚拟设备 Android 2.2、4.0.3、Google APIs 2.2...它们运行良好。
但是,关于 Galaxy Tab API 8 (2.2),当我启动它时,它只会继续运行 50% 的 CPU,并在标题栏上显示一个黑色窗口,指示 0:avd_name(请注意端口为零)。
你能帮忙吗?
谢谢,
已编辑
这是我调用emulator后的输出,我的设备名称是galaxytab8:
[root@pc ~]# emulator @galaxytab8
Could not configure '/dev/hpet' to have a 1024Hz timer. This is not a fatal
error, but for better emulation accuracy type:
'echo 1024 > /proc/sys/dev/hpet/max-user-freq' as root.
emulator: WARNING: Unable to create sensors port: Connection refused
emulator: emulator window was out of view and was recentered
对于所有其他设备,它们会收到相同的警告,但工作正常。
【问题讨论】:
-
你能用
adb shell吗?也许你可以弄清楚它卡在哪里了。 -
@vhallac,谢谢,我尝试了你的建议。我已经编辑了我的问题。
标签: android emulation galaxy-tab