Questions tagged [genymotion]

Genymotion is a relatively fast Android emulator which comes with pre-configured Android (x86 with OpenGL hardware acceleration) images, suitable for application testing. The project has evolved from the old BuildDroid project, then AndroVM, and comes with a new player design, installer and more.

Genymotion is a relatively fast Android emulator which comes with pre-configured Android (x86 with OpenGL hardware acceleration) images, suitable for application testing. The project has evolved from the old AndroidVM and comes with a new player design and installer.

Genymotion features:

  • Easily download and run pre-configured virtual images: covering a range of Android versions from 2.x onwards, and various phone and tablet screen sizes.
  • Networking: Ethernet (emulates Wi-Fi connection)
  • GPS (with configurable coordinates) and battery (with configurable battery levels) emulation widgets.
  • Display: OpenGL hardware acceleration, multiscreen, full screen display
  • Genymotion shell which allows you to interact with your VM using a command line
  • ADB support
  • Eclipse and Android Studio plugins
  • Supports Linux, Windows and Mac.
  • "Drag&Drop" APK installs
  • "Drag&Drop" ZIP support for system updates/patches

Version 2:

Frequently Asked Questions

1566 questions
17
votes
2 answers

How to setup Fiddler and Genymotion?

I just installed fiddler and I'm developing an app in Eclipse and I am using Genymotion to check if this app works or not. How do I setup fiddler correctly to work with Genymotion?
user3271093
  • 191
  • 1
  • 1
  • 3
16
votes
1 answer

not able to get advertising id in android

I am using below code to get advertising id in android, but its giving following exception. 06-12 12:14:19.034: E/AndroidRuntime(13631): java.lang.RuntimeException: Unable to start activity…
Anjali
  • 1,623
  • 5
  • 30
  • 50
16
votes
2 answers

Android Genymotion VM logcat runs into infinite loop

Whenever I run my app on the Genymotion (V2.3) emulator (any Android version), it runs into an infinite loop with this error printing in the logcat continuously: 11-10 04:33:55.542: E/eglCodecCommon(2775): **** ERROR unknown type 0x0…
rgamber
  • 5,749
  • 10
  • 55
  • 99
16
votes
4 answers

Connect to VPN in Genymotion Android

I'm trying to Configure and Connect to VPN in Genymotion Virutal Device, I can configure VPN connection in the Virtual Device but unable to Connect, No error showing. I used same settings in my PC and Real Android Devices, Its working fine in the…
Thamilan S
  • 1,045
  • 3
  • 18
  • 30
16
votes
3 answers

Genymotion Emulator : Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

I have a project with V1 of Google Maps API. So i need the follow tag in my manifest The problem is when i try to run on a Genymotion emulator. I received this error …
isra60
  • 512
  • 1
  • 6
  • 18
15
votes
3 answers

ubuntu 16.04.1 LTS crashes when starting android emulator

I have tried both the AVD on Android studio and Genymotion emulator. My ubuntu 16.04.1 crashes (freezes) when starting the android emulator. My computer has 16G memory. This happens after I installed the latest updates for my ubuntu in 19 Sept 2016.
15
votes
8 answers

adb socket not working and daemon

I am getting this type of error error: could not install smartsocket listener: cannot bind to 127.0.0.1:5037: Only one usage of each socket address (protocol/network address/port) is normally permitted. (10048) 1:34:26 PM could not read ok…
Ankit Mistri
  • 189
  • 1
  • 2
  • 8
15
votes
4 answers

Genymotion crash on start in OSX

I'm use Mac OS El Capitan 10.11.5 Installed VirtualBox 5.0.24 Genymotion 2.7.2 And when i'm starting Genymotion i get crash -- see image:- text from crash report Process: genymotion [1051] Path: …
Alex Neo
  • 150
  • 6
15
votes
7 answers

adb server is out of date. killing... cannot bind 'tcp:5037' ADB server didn't ACK * failed to start daemon * in ubuntu 14.04 LTS

I could not run the android application never on my laptop. Eclipse gives same error constantly, that is "ADB server didn't ack" When I manage to start adb server and re-open eclipse, as soon as I run the android application, same error comes to…
Prakash Gajera
  • 563
  • 1
  • 6
  • 18
15
votes
5 answers

Failed to flash file gapps-jb-20130813-signed.zip genymotion

Why am i getting "failed to flash file gapps-jb-20130813-signed.zip genymotion" this error when i am trying to install Google apps on Genymotion simulator. I just drag n dropped >>gapps-jb-20130813-signed.zip<< and gave this error. Please let me…
Ranjith HS
  • 151
  • 1
  • 1
  • 4
15
votes
2 answers

Genymotion Error in Ubuntu 14.04 LTS

I am trying to install Genymotion, but I got this error: genymotion: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory.
Fernando Pie
  • 895
  • 1
  • 12
  • 28
14
votes
4 answers

Don't see genymotion virtual device at list

Yesterday my emulator worked stable and good. But today I can't launch my app because I don't see any of my genymotion devices. I have reinstalled my AS and Genymotion. I have reinstalled my virtual devices. But I still don't see any of my devices.…
Andrew
  • 1,947
  • 2
  • 23
  • 61
14
votes
2 answers

Genymotion Google Nexus 6P 7.0.0 with Open_Gapps arm 7.0.0

With Genymotion 2.8.0, I have installed Google Nexus 6P 7.0.0 device with API level 24. After launching the device, I have flashed the ARM Virtual translator and restarted the device. Then, I have download open_gapps from…
14
votes
1 answer

Where is Android Studio's Default SDK location on Windows?

I'm using Genymotion to run emulators on my Windows 7 PC. When I click "run app" in Android Studio, the Genymotion's emulator does not show up. From other stack questions I discovered one fix for this problem is: " Reason : Problem occurs because…
Alan Nelson
  • 1,129
  • 2
  • 11
  • 27
14
votes
6 answers

How to reboot android device emulator in Genymotion

How can i test my application after reboot(BOOT COMPLETED) using Genymotion I am using nexus 4 as device
user3926701
  • 313
  • 1
  • 5
  • 18