Genymotion Android 模拟器中无法 运行 ionic 2 应用程序
Can't run ionic 2 app in Genymotion Android emulator
我的 ionic 2 应用程序无法在 Genymotion Android 模拟器中 运行。错误信息是:
ERROR running one or more of the platforms: Error: adb: Command failed
with exit code 1 Error output: error: could not install smartsocket
listener: Address already in use ADB server didn't ACK
* failed to start daemon * error: cannot connect to daemon You may not have the required environment or OS to run this project
看来端口号已经被占用了。但是当我停止 Genymotion 模拟器时,它对普通的 AVD 模拟器工作正常。
有什么想法吗?谢谢
通过更改 Genymotion 中的设置解决了问题。
我的 ionic 2 应用程序无法在 Genymotion Android 模拟器中 运行。错误信息是:
ERROR running one or more of the platforms: Error: adb: Command failed with exit code 1 Error output: error: could not install smartsocket listener: Address already in use ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon You may not have the required environment or OS to run this project
看来端口号已经被占用了。但是当我停止 Genymotion 模拟器时,它对普通的 AVD 模拟器工作正常。
有什么想法吗?谢谢
通过更改 Genymotion 中的设置解决了问题。