How to Install Genymotion (Android Emulator) in Ubuntu Linux
| Genymotion is one of the most popular Android Emulators to run / debug your android apps, and Genymotion is free. Most android developers use Genymotion during application development. If you do not want to test the app on the device.
Genymotion feature
- Camera: Using webcam camera laptop as Android camera in Genymotion.
- Plugins / Testing Tools: Genymotion is compatible with Android SDK Tools, Eclipse, and Android Studio
- GPS: GPS Widgets to develop and test geolocation-based apps with ease
- Runs on various platforms like Linux, Windows, Mac OS X
System Requirements
- OpenGL 2.0 capable graphic card, with up-to-date drivers
- VT-x or AMD-V capable CPU enabled in BIOS settings
- At least 2GB of RAM
How to Install Genymotion in Ubuntu Linux
To install genymotion follow the easy steps below.
- Download Genymotion from Genymotion website.
Then open the terminal (Ctrl + alt + t) and type the command below to install VirtualBox.
sudo apt-get install virtualbox
Now go to the location of the downloaded Genymotion file, and run the chmod command as below.
cd Downloads /
chmod + x genymotion-2.2.2_x64.binAfter that run Genymotion installer.
./genymotion-2.2.2_x64.bin
Now genymotion is already in your computer. You can search for it by typing Genymotion.
Then open the newly installed Genymotion. We will download the virtual device. Click Yes in the dialog box that appears.
Select the available Android Device Android.
Genymotion select virtual device android
Install the desired Virtual deviceInstall virtual device
After the installation is complete, the emulator will run the newly installed Android device.
That's how easy to install Genymotion on linux and ubuntu. Good luck, good luck.
Posted on Utopian.io - Rewarding Open Source Contributors
Your contribution cannot be approved because it does not follow the Utopian Rules.
You can contact us on Discord.
[utopian-moderator]