I am new to Android Studio
come from Eclipse
. I am creating and running simple application in android emulator. It's working fine. Now I closed my emulator and re nun my application. I am getting this error message in 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
I can not execute my application. I restart the Android studio. But no luck. If I restart the computer and execute the appliction mean it's working fine.
Please let me know what mistake I am doing? How to execute the application without restart the computer. And how to close the emulator safely after work completed.