When I launch the emulator I face many problems (Errors):-
HttpConnectionApp]emulator-5554 disconnected! Cancelling \'net.paxcel.http.HttpConnectionApp activ
A quick-fix that obviously works is to restart the adb server each time this error occurs:
adb kill-server && adb start-server
Then, you simply run the application again (without restarting AVD) and that's it.