How To Install GenyMotion (Android Emulator) On Linux

7) Check the configuration

Check the configuration once and rename the device as your wish. Then hit Next.
genymotion-installation-linux-4

8) Downloading the configuration files

Downloading the required configuration files.
genymotion-installation-linux-5

9) Deploying virtual device

Deploying the virtual device.
genymotion-installation-linux-6

10) Virtual device created

Virtual device created successfully.
genymotion-installation-linux-7

11) Start the device

Start the new device which you created by clicking the start button.
genymotion-installation-linux-8

12) Device launched

The new Google Nexus device launched successfully.
genymotion-installation-linux-9
Enjoy…)

About Vinoth Kumar

Vinoth Kumar has 3.5+ years of experience in Linux server administration & RHEL certified professional. He is currently working as a Senior L2 Linux Server administrator.

View all posts by Vinoth Kumar

23 Comments on “How To Install GenyMotion (Android Emulator) On Linux”

  1. https://uploads.disquscdn.com/images/9299e29cd985abfc62e21ba2ae0d331b8af8622d83d7731b63119692efaef8db.png when I run ./genymotion I get following error and I installed virtualbox
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8′ not found (required by /home/synerzip/software/genymotion/genymotion/libQt5Core.so.5)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20′ not found (required by /home/synerzip/software/genymotion/genymotion/libQt5WebKit.so.5)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8′ not found (required by /home/synerzip/software/genymotion/genymotion/libicui18n.so.52)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8′ not found (required by /home/synerzip/software/genymotion/genymotion/libicuuc.so.52)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20′ not found (required by /home/synerzip/software/genymotion/genymotion/libQt5Qml.so.5)

    Mine is Cent 7 please help me on this

  2. I have ubuntu 14.04 32 bit, I thougt it’ll work for it. When I run ./genymotion it says cannot execute binary file: Formato de ejecutable incorrecto.

    Any idea of how can I issue this???

    thanks

  3. why i get this error?
    ./genymotion-2.5.3_x86.bin: line 2: syntax error near unexpected token `newline’
    ./genymotion-2.5.3_x86.bin: line 2: `’
    when i run this, ./genymotion-2.5.3_x86.bin

  4. when I run ./genymotion I get following error and I installed virtualbox
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8′ not found (required by /home/synerzip/software/genymotion/genymotion/libQt5Core.so.5)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20′ not found (required by /home/synerzip/software/genymotion/genymotion/libQt5WebKit.so.5)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8′ not found (required by /home/synerzip/software/genymotion/genymotion/libicui18n.so.52)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8′ not found (required by /home/synerzip/software/genymotion/genymotion/libicuuc.so.52)
    ./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20′ not found (required by /home/synerzip/software/genymotion/genymotion/libQt5Qml.so.5)

    1. Run the following commands to fix this:

      $ LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH

      $ export LD_LIBRARY_PATH

      $ sudo apt-add-repository ppa:ubuntu-toolchain-r/test

      $ sudo apt-get update

      $ sudo apt-get install gcc-4.9 g++-4.9

  5. I moved genymotion-2.6.0-linux_x86.bin to opt directory. But now when i type this command chmod +x genymotion-2.6.0-linux_x86.bin i get this..
    chmod: cannot access ‘genymotion-2.6.0-linux_x86.bin’: No such file or directory

    im new to linux so i have no idea what im doing wrong

    oh and im also running lubuntu not sure if that info will help

  6. Hello 2daygeek do you know why I can’t run Wechat app on genymotion 2.52 with linux mint machine? My virtuaI device is Samsung Galaxy S3 – 43. – API 18 and I manage to install wechat but I can’t run it? I mean I still can fill in my username password but when I enter I will lose the wechat display and go back to my main menu. Can you explain why please.

  7. I am getting the error: genymotion could not open ‘sys/class/power_supply genymotion_fake_path/present’

  8. I am getting the message while ./genymotion “bash: ./genymotion: No such file or directory”

    1. Make sure, the file should have executable file permission and you need to navigate to appropriate directory before executing the file. Also provide more logs.

Leave a Reply

Your email address will not be published. Required fields are marked *