Cannot start ionic 2 application in Android Genymotion emulator

My ionic 2 application cannot be run in Android Genymotion emulator. Error message:

ERROR works with one or several platforms: Error: adb: command failed with exit code 1 Exit error: error: could not install smartsocket listener: address is already in use. ADB server not ACK * failed to start the daemon * error: cannot connect to the daemon You may not have the required environment or OS to run this project

It seems the port number is already accepted. But it works great for a regular AVD emulator when I stop the Genymotion emulator.

Any idea? Thanks.

+7
android genymotion ionic2
source share
1 answer

Fixed issue by changing settings in Genymotion.

enter image description here

+10
source share

All Articles