🧞‍♂️ Install Genymotion 2.0 in Ubuntu

• 1 min read

The 3rd party Android emulator Genymotion announced the official release of their 2.0 version today. This is a small tutorial on how to install it in Ubuntu.

  1. Download the Ubuntu installer from the Genymotion website
  2. Download and install the latest Virtualbox if you haven’t already
  3. Open your terminal of choice
  4. Run the following commands to install and set up Genymotion
  # Make the file executable
  $ chmod +x genymotion-2.0.0_x64.bin

  # Run the installer
  $ ./genymotion-2.0.0_x64.bin

  # Move the installed directory to your home folder
  $ mv genymotion ~/.genymotion

  # Add executables to your path
  $ echo 'export PATH="/home/$USER/.genymotion:$PATH"' >> ~/.bashrc

And that’s it! Simply restart your terminal and you should now be able to run genymotion and genymotion-shell from your terminal.


TIP: You can optionally download and install the Eclipse and/or IntelliJ IDEA plugins from the Genymotion Downloads page as well.

If you enjoyed this tutorial, please consider sponsoring my work on GitHub 🤗

Be the first to cheers
Now look what you've done 🌋
Stop clicking and run for your life! 😱
Uh oh, I don't think the system can't handle it! 🔥
Stop it, you're too kind 😄
Thanks for the love! ❤️
Thanks, glad you enjoyed it! Care to share?
Hacker News Reddit

×

Recommended Posts ✍🏻

See All »
• 3 min read
✨ HTML Share Buttons
Read Post »
• 8 min read
🚜 A Simple Web Scraper in Go
Read Post »
• 2 min read
👨🏼‍💻 Going Indie, Again
Read Post »