Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion devices not working in Eclipse on OS X Yosemite

I updated from Mavericks to Yosemite and now I can't use any Genymotion device anymore.
You can see the devices in Eclipse, but when you want to run an application you can't select one of these devices.

I've already re-installed Eclipse, Genymotion and Virtualbox...


The Genymotion Virtual Devices Manager shows a Nexus 5 which is stated 'On' Genymotion Virtual Devices Manager shows an Nexus 5 and the stat is 'On'

When I want to run my application, there is no Nexus 5.. Android Device Chooser doesn't show the Nexus 5

like image 303
Thomas More Avatar asked Oct 02 '14 09:10

Thomas More


People also ask

Why is my Genymotion not working?

Reboot the PC (Windows) On Windows, a reboot is usually enough to fix the problem after Genymotion Desktop first run.

What is Geny motion used for?

Genymotion Desktop is an Android 1 emulator which includes a complete set of sensors and features in order to interact with a virtual Android environment. With Genymotion Desktop, you can test your Android applications on a wide range of virtual devices for development, test and demonstration purposes.


1 Answers

This is a bug in eclipse - OSX yosemite, what you need to do is in the Android Device Chooser Window, try to RESIZE THE SERIAL NUMBER TAB and you will see the genymotion emulator that is running

If you don't see it, or the Android Device Chooser Window doesn't appear, check three things before running again:

  1. Developer Options is enabled from settings (by repeated touching 7 times the build number in about phone), even though developer options is available in the list of apps in genymotion emulator
  2. In Settings>Security, make sure "Unknown Sources" is enabled
  3. Go to Run Configuration (for Android app), select the Target Tab, Enable Always prompt to pick device and hit apply.

Additionally I downloaded the jar files from Genymotion Download Page manually and replaced it in the plugin folder of eclipse.

EDIT

FYI, a bug has been opened in AOSP's issue tracker.

Issue 78436: [ADT/Eclipse] Cannot see my device in the Android Device Chooser dialog even though it is there in the Devices view

At bottom of this page, there is a link to 'Vote for this issue' ...

like image 100
arkentos Avatar answered Oct 15 '22 00:10

arkentos