Unable to switch to Web when Android Emulator is up

Android Studio: 2.1.1
Appium: 1.5.2 (Ara)

When I use a real device, I’m able to switch between Web driver and Android driver so I can do some integration tests. (Do something in Mobile application then Validate something on Website then go back to Mobile) When I use the Emulator, I can not switch to the Web when emulator is opened. So, I’m forced to close the emulator before I can do any execution on the web again.

Any suggestions?

I figured it out. For some reason I was using port 5554 for my Selenium Node, which is the port that the Emulator runs on.