Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio doesn't see genymotion

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 updating genymotion too

like image 881
Sevket Avatar asked Dec 03 '14 00:12

Sevket


People also ask

Why my Genymotion is not opening?

Genymotion Desktop has been designed to run in a physical environment, not in a virtual machine. For this reason, Genymotion Desktop will not work if run in a Windows, Linux or macOS VM. Also, Genymotion Desktop has been designed to work on a workstation, not a server.

Is Genymotion Android emulator?

Genymotion is an Android Emulator that is faster than the Android Studio Emulator. Genymotion emulator offers a wide range of virtual devices for development, test, and demonstration purpose. It has a very simple user interface and one can directly use it from Android Studio by installing its plugin only once.

Does Genymotion support Android 11?

Android 11 and 12 are not available for Genymotion Desktop yet, however development is in progress and it will be available in future releases: Android 11 will be available with Genymotion Desktop next release, 3.3. 0, between September and October 2022.


1 Answers

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.

enter image description here

like image 165
Christian Göllner Avatar answered Oct 18 '22 06:10

Christian Göllner