• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

2563

To Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

Genymotion is one of most popular Android Emulator to Run/Debug your android application, and its free to use. Most of android developer use Genymotion at the time of application development. If you don’ t want to test your application on your device then this tool is perfect for you. Genymotion is packed with a lot of features and some of them are listed as follows.

Features

  • Camera : Use your laptop webcam as the video source for your Android camera.
  • Plugins / Testing tools: Genymotion is compatible with Android SDK tools, Eclipse and Android Studio.
  • Battery: Test your app with various charge levels and see how it handles those use cases.
  • Browser: Test your website in various Android browsers: Webkit for Android, Firefox for Android and many more!
  • GPS: Use the GPS widget to easily develop and test your geolocation-based apps.
  • Perfectly adapted: Genymotion works on Linux, Windows, Mac OS X.

It is so simple to install Genymotion Android Emulator on Linux Mint, but make sure you have the following requirements in your Linux Mint 18.3 machine.


Requirements

  • OpenGL 2.0 capable graphic card, with an up-to-date driver
  • VT-x or AMD-V capable CPU enabled in BIOS settings
  • At least 2GB of RAM memory

Installing Genymotion Android Emulator

First, make sure you update the system by making use of the following command.

linuxhelp user # apt-get update
Ign:1 http://packages.linuxmint.com sylvia InRelease                                      
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                                
Get:3 http://packages.linuxmint.com sylvia Release [24.2 kB]                                   
Get:4 http://packages.linuxmint.com sylvia Release.gpg [81
.
.
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [547 kB]                            
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [239 kB]                           
Fetched 5,249 kB in 16s (317 kB/s)                                                                                
Reading package lists... Done
You can now download Genymotion from its official site :https://www.genymotion.com/


You should also install Virtualbox, which is very essential for this process.

linuxhelp user # apt-get install virtualbox
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libgsoap8 libvncserver1 virtualbox-dkms
Suggested packages:
.
.
DKMS: install completed.
Setting up virtualbox (5.0.40-dfsg-0ubuntu1.16.04.2) ...
vboxweb.service is a disabled or a static unit, not starting it.
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for systemd (229-4ubuntu21) ...
Processing triggers for ureadahead (0.100.0-1

You can now change the mode of Genymotion file by running the following command.

linuxhelp Downloads # chmod +x genymotion-2.11.0-linux_x64.bin 
After that, you need to run Genymotion application as follows. 
linuxhelp Downloads # ./genymotion-2.11.0-linux_x64.bin 
Installing for all users.
Installing to folder [/opt/genymobile/genymotion]. Are you sure [y/n] ? y
- Trying to find VirtualBox toolset .................... OK (Valid version of VirtualBox found: 5.0.40_Ubuntur115130)
- Extracting files ..................................... OK (Extract into: [/opt/genymobile/genymotion])
- Installing launcher icon ............................. OK
Installation done successfully.
You can now use these tools from [/opt/genymobile/genymotion]:
 - genymotion
 - genymotion-shell
 - gmtool


Once Genymotion has been installed, you need to go to the Linux Mint search field.
Genymotion


And type Genymotion in it.
Ubuntu


When the application icon appears, you need to click on it to open Genymotion.
Application


The Genymotion application is getting initialized.
Intialized


Sign in with the credentials.
Credentials


Click Personal use for trail and proceed further.
Trail


Accept the Terms & Condition of Genymotion to proceed further.
Terms


It will ask you for the Confirmation of Genymotion. Do the needful.
Confirmation


Click yes to create virtual device.
Virtual


And now sign in here.
Sign


To choose type of device
Device


Summary of Virtual device.
Virtual

It is getting downloaded now.
Downloading


The virtual device is now getting loaded.
virtual


Click finish.
Finish

In the next window that appears, click Start to Virtual device.
Virtual

You can check the version of Genymotion.
Geny

With this, the tutorial on installation of Greymotion Android emulator comes to an end.


Tags:
owen
Author: 

Comments ( 1 )

csarluisalarcn
Where can download Gny 2.11.0??
Add a comment

Frequently asked questions ( 5 )

Q

Why can't I start Genymotion remotely?

A

Genymotion cannot be used with tools that create a new display (unless this display supports OpenGL). For example, Genymotion cannot be used with RDP (Remote Desktop Protocol) tools, X11-forw

Q

When starting Genymotion on Linux, why does an error message state that Qt library versions are incompatible?

A

Genymotion provides its own Qt library files. Those files may be incompatible with the version of libraries that already exist on your system. To solve this issue, you can remove Genymotion Q

Q

Why can't I add a virtual device from the Available virtual devices list?

A

You may be running out of free space. Check the free remaining space on your hard disk.

Q

When I start a virtual device, why does an error message state that Genymotion can't load OpenGL libraries?

A

This is probably due to an outdated video card driver or a very old video chipset. Update your video card driver using the latest version provided by your manufacturer (available on their website).

Q

Why can't I start Genymotion remotely? And what tools are used for accessing it in remote?

A

TightVNC on Windows, macOS screen sharing and x11vnc on Linux.(Tools support remote control)

Related Tutorials in How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

Related Tutorials in How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install Android emulator in Ubuntu 16.04
How to install Android emulator in Ubuntu 16.04
Dec 30, 2017
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018

Related Forums in How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

Related Forums in How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

Related News in How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3

Anbox, the Android-to-Linux tool the developers have been waiting for
Anbox, the Android-to-Linux tool the developers have been waiting for
Apr 17, 2017
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Google is imperative in bringing Linux Kernel versions in Android Oreo
Google is imperative in bringing Linux Kernel versions in Android Oreo
Sep 4, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luk Van De Looverbosch ?
How to create a root ?

Hello,
How to create root@linuxhelp in Linux Mint 20.1 64-bit ?
Thanks in advance for your reply.
Best regards.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.