Android Studio - 接受连接时出错,正在中止

时间:2015-07-24 07:36:14

标签: android android-studio

我是来自Android Studio Eclipse的新手。我在android模拟器中创建并运行简单的应用程序。它工作正常。现在我关闭了我的模拟器并重新修复了我的应用程序。我在logcat中收到此错误消息。

C:\Users\Vijay\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Development_AVD
emulator: device fd:596
HAX is working and emulator runs in fast virt mode
emulator: Failed to sync vcpu reg
emulator: Failed to sync HAX vcpu context
Error accepting connection, aborting

我无法执行我的申请。我重启Android工作室。但没有运气。如果我重新启动计算机并执行应用程序意味着它正常工作。

请让我知道我在做什么错误?如何在不重启计算机的情况下执行应用程序。以及如何在工作完成后安全关闭模拟器。

2 个答案:

答案 0 :(得分:1)

如果您使用Windows,请打开Windows Task Manager。终止或end process adb.exe进程并尝试再次运行您的应用。

答案 1 :(得分:0)

我从stackoverflow获得了解决方案。

确保您没有virtual machines正在运行。在我的情况下,我也正在开发Windows手机应用程序。所以windows手机模拟器使用虚拟机。这就是我收到此错误的原因。关闭我的Windows手机模拟器后,我的android模拟器顺利启动。但是当我使用Eclipse时,我没有遇到这个问题。