Problems with Genymotion in XDE

0

When I deploy my React Native app to Genymotion from XDE, I get the following error:

  

Could not start project on Android: could not install smartsocket listener: Address already in use       ADB server did not ACK       * failed to start daemon * error: can not connect to daemon

My version adb is:

My variable settings PATH is:

My version of Linux:

  • lsb_release -a
  • No LSB modules are available.
  • Distributor ID: Debian
  • Description: Debian GNU / Linux 9.5 (stretch)
  • Release: 9.5
  • Codename: stretch

I hope you can help me. Thank you very much!

    
asked by HUGO MARTINEZ 21.08.2018 в 16:16
source

1 answer

0

Solution: I solved the problem by running XDE from the terminal, like this: $ "/home/hmartinez/Downloads/xde-2.24.4-x86_64.AppImage"% U And then open Genymotion Note: Every time XDE is used, it must be launched from the terminal. Greetings!

    
answered by 21.08.2018 в 17:51