Android Studio doesn't see genymotion

后端 未结 10 1529
心在旅途
心在旅途 2020-12-07 23:52

I updated 0.5 to 0.8.14 version of android studio , but now studio doesn\'t see genymotion , what I must do now ? Thanks for all .

Edit :I solved the problem by

10条回答
  •  自闭症患者
    2020-12-08 00:41

    One words(you need find your devices ip): adb connect 192.168.***.***:5555


    2019-03-19 09:10:00

    My enviroment:

    • Ubuntu 18.04
    • Genymotion Version 3.0.1
    • Android Debug Bridge version 1.0.40
    • AndroidStudio version 3.3.2

    My problem:

    1. adb devices : list is empty
    2. no usb devices or running emulators detected

    My solution :

    1. cd /opt/genymobile/genymotion
    2. ./genymotion-shell
    3. devices list (if no running devices start one)
    4. in other terminal run commond : adb connect yourDeviceIP:5555

    Reference:

    1. https://stackoverflow.com/a/27262302/7707781
    2. https://stackoverflow.com/a/24926960/7707781

提交回复
热议问题