Reputation: 3515
I'm getting started with Android development and with Genymotion. It's difficult to get Genymotion to install a .apk and run it more than once. Here's what I'm doing:
From here if I change the app, it's difficult to get the app to re-display in the emulator:
To get the app to re-display requires jiggle the Handle type actions:
Any ideas how to make Genymotion behave without Jiggling the handle?
I'm running the latest SDK: 20131030 on OSX 10.7.5
Upvotes: 19
Views: 35055
Reputation: 14253
In Android Studio, if you run your project (shift+F10) when Genymotion virtual device is running; you'll see the device in connected devices list in Select Deployment Target window.
Upvotes: 0
Reputation:
Drag drop apk on Genemotion emulator ,it will automatically installs and creates a shortcut.enjoy.
Upvotes: 64
Reputation: 3515
Solved:
Since installing the adt-bundle-mac-x86_64-20131030, I'd never right-clicked the Run button to display the drop-down menu there. Having done that once, pressing the Run button now brings up Android Device Chooser every time (as it should).
When I first ran into this problem, I reinstalled adt-bundle-mac-x86_64-20131030 and Genymotion. I saw no change in behavior. This appears to be a minor bug in this version of adt-bundle-mac-x86_64-20131030
Upvotes: 1