0

I'm using Eclipse Bundle SDK to make android apps, but the actual ADV from Eclipse is so slow, and I found Genymotion.

I follow all guides and I have the same problem.

I have all configurated, VirtualBox, Genymotion with some devices and "run configuration" from Eclipse program. But when I run the application and I try to pick Genymotion, this doesn't appear. I don't know what I need to do. This is an example http://gyazo.com/9d233050af68116d1e2208bab2ed516e

I started device from plugin before try to run program.

rene
  • 41,474
  • 78
  • 114
  • 152
Lumitary
  • 13
  • 1
  • 5

1 Answers1

12

You probably need to configure the Android SDK path in the Genymotion settings, in the ADB panel. Beware, it is not the path to ADB, but the path to the SDK that must be set.

If correctly set, you will see the message "ADB and AAPT from android developper tools successfully found."

ADB Panel of Genymotion settings

pcans
  • 7,611
  • 3
  • 32
  • 27