【发布时间】:2016-04-11 20:35:00
【问题描述】:
在 2013 年末运行 OSX 10.11 的 iMac 尝试运行模拟器时会引发 QObject: Timers cannot be stopped from another thread 错误。我尝试重新安装 Intel HAXM 驱动程序无济于事。非常感谢任何帮助。
/Users/xxxxxx/Library/Android/sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_9_API_22
emulator: WARNING: VM heap size set below hardware specified minimum of 192MB
emulator: WARNING: Setting VM heap size to 384MB
Creating filesystem with parameters:
Size: 69206016
Block size: 4096
Blocks per group: 32768
Inodes per group: 4224
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 16896
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.
console on port 5554, ADB on port 5555
QObject::~QObject: Timers cannot be stopped from another thread
注意:Android 2.1.2 为我解决了这个问题。
【问题讨论】:
-
受此错误影响的用户请点赞(star)这张票code.google.com/p/android/issues/detail?id=206383
-
我不使用 OS X,因此除了使用不同的操作系统(如 Linux)之外,我无法建议解决方法。 :-) 话虽如此,您的问题不太可能与 HAXM 有关,而是与模拟器使用的
qemu环境有关。
标签: android macos android-studio