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:
- Begin with Genymotion running.
- Press Genymotion icon in Elipse.
- See Genymotion Virtual Devices Manager. Note that State of my VM is on
- Create a new Android Project
- Press the green Run button
- See Run As dialog. Select Android Application
- See Android Device Chooser. Select Genymotion_nexus_one
- See hello world app run. Press GM home button
From here if I change the app, it's difficult to get the app to re-display in the emulator:
- Drag a button to activity_main.xml. Save.
- Press the green Run button
- Nothing happens
To get the app to re-display requires jiggle the Handle type actions:
- If I Clear the console log or bring up the GM Virtual Devices manager, before I press the Run button, the app will generally display in Genymotion.
Any ideas how to make Genymotion behave without Jiggling the handle?
I'm running the latest SDK: 20131030 on OSX 10.7.5