Expo XDE Genymotion Android Open Device Gives Error

I am using Expo XDE version 16.0.0, and I would like to test my application in the Android emulator. I am on a mac. I installed Genymotion and ran the emulator as expo.io ( https://docs.expo.io/versions/v16.0.0/guides/genymotion.html ), but I get the following error. I do not know what this means or how to fix it.

Failed to start the project on Android: failed to install smartsocket. listener: address already in use ADB server no ACK * failed to start daemon * error: cannot connect to daemon

I hope someone can help me with this?

+4
source share
3

Ubuntu 17.04

sudo apt remove android-tools-adb
adb kill-server
adb start-server

, adb android-tools-adb

0

, , , Android genymotion. Ubuntu (16.04).

  • Android Studio > Android > AVD Manager.

  • SDK Android, .

  • , "" ( ).
  • genymotion, > ADB > ' Android SDK '. /*/Android/Sdk (, Android sdk )
  • , "" . Open Expo XDE, "ctrl + d", Android . expo.
0

vivid response linux ( OSX, ).

, adb. : adb version

( ) /opt/android-sdk/platform-tools/adb version

, /usr/bin/adb () .

, SDK genymotion. , sdk sdk PATH.

0

Source: https://habr.com/ru/post/1675784/


All Articles