Android Studio does not have Genymotion device

0

I installed Android Studio Genymotion, I created a virtual device in Genymotion, I put it to run the virtual appliance but Android Studio at the time of running it does not locate the device. I installed the Genymotion plugin in Android Studio but it still does not work. I'm using Windows 10.

    
asked by anonymous 26.07.2016 / 16:00

3 answers

1

I was able to solve this problem.

In genymotion it goes in Settings/ADB (probably goes as default), put the path of sdk

    
29.07.2016 / 13:57
0

I have the same problem, the way to get around is to open the emulator, in the android studio you do build / build apk, after you load show in explorer, and then just drag the file into the emulator. This is not a great solution, but at least solves your problem.

    
28.07.2016 / 08:20
0

As your colleague replied, simply go to genymotion in settings / ADB, check the option (Use custom Android SDK Tools) and select the path (C: / Users / your_user / AppData / Local / Android / sdk) p>     

24.04.2018 / 03:21