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
One words(you need find your devices ip):
adb connect 192.168.***.***:5555
2019-03-19 09:10:00
My enviroment:
My problem:
list is empty
My solution :
cd /opt/genymobile/genymotion
./genymotion-shell
devices list
(if no running devices start one)adb connect yourDeviceIP:5555
Reference:
After few research I found a solution, open task bar and just End Process the adb.exe, hit run (android studio) and adb will be recreated and your genymotion emulator will be on the list. Thumbs up
Genymotion by default uses it's own ADB binary. If it has a different version than the one Android Studio is using, they can conflict and you get lots of issues. One of them can be Genymotion not being detected, and problems deploying apps.
I would recommend setting Genymotion to use the ADB/Android SDK that Android Studio is also using, instead of using the default one. That way you will avoid conflicts on future updates.
I had the same problem, I close genymotion, then clicked on Run button , so the "Select Deploymnt Target" dialog opened. after that I open genymotion as administrator, start virtual device and after a minute it appear in "Select Deploymnt Target" dialog.
I think the key point is that genymotion has to be run after android studio, and maybe with "Select Deploymnt Target" dialog has to be opened!
It works for me anyway