Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion: how to load apk every time?

Tags:

People also ask

Is Genymotion good for gaming?

There are no gaming specific enhancementsGenymotion does not offer any gaming enhancement features, such as macros, keyboard mapping or Bluetooth support for controllers yet.

Which device is best in Genymotion?

If you really need to work on this pretty weak computer, I suggest you to buy a low-end Android devices and forget about emulator. It would be good also changing Windows operational system, which seems to me a bit heavy to lite Linux operational system like Lubuntu or Elementary OS.

How do I enable drag and drop in Genymotion?

You need to open Oracle VM Virtual Box that was installed with GenyMotion (or manually). Select the emulator and go to "configuration -> Advanced" and check "enable drag and drop" or something like that. Relaunch the emulator and drag n drop should be available ! Enjoy !


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:

  1. Begin with Genymotion running.
  2. Press Genymotion icon in Elipse.
  3. See Genymotion Virtual Devices Manager. Note that State of my VM is on
  4. Create a new Android Project
  5. Press the green Run button
  6. See Run As dialog. Select Android Application
  7. See Android Device Chooser. Select Genymotion_nexus_one
  8. 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:

  1. Drag a button to activity_main.xml. Save.
  2. Press the green Run button
  3. Nothing happens

To get the app to re-display requires jiggle the Handle type actions:

  1. 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