- How to Setup Genymotion Android Emulator 2.11.0 in Linux Mint 18.3
- How to Install GenyMotion on Linux Mint 20
- How to Install Genymotion on Linux Mint 20.2
- How to Install Genymotion Mint GNU/Linux Distro
- GNU/Linux Mint Genymotion Android Emulator Installation Guide
- Follow Us
- The GNU/Linux Free Software Phylosophy
- Steve Jobs’ Last Words
- Credits
How 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.
- 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.
And type Genymotion in it.
When the application icon appears, you need to click on it to open Genymotion.
The Genymotion application is getting initialized.
Sign in with the credentials.
Click Personal use for trail and proceed further.
Accept the Terms & Condition of Genymotion to proceed further.
It will ask you for the Confirmation of Genymotion. Do the needful.
Click yes to create virtual device.
And now sign in here.
To choose type of device
Summary of Virtual device.
It is getting downloaded now.
The virtual device is now getting loaded.
Click finish.
In the next window that appears, click Start to Virtual device.
You can check the version of Genymotion.
With this, the tutorial on installation of Greymotion Android emulator comes to an end.
How to Install GenyMotion on Linux Mint 20
Genymotion is one of the Android emulator software which allows us to develop a virtual environment on our computer. It helps to work on Windows, Mac, and Linux. This tutorial will cover the installation of GenyMotion on Linux Mint 20. Installation Procedure: First check the version of the OS
[email protected]:~# cat /etc/os-release NAME="Linux Mint" VERSION="20 (Ulyana)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 20" VERSION_ID="20
Before install the GenyMotion I have to install virtualbox by using following command
[email protected]:~# apt install virtualbox -y Reading package lists. Done Building dependency tree Reading state information. Done . . . Processing triggers for libc-bin (2.31-0ubuntu9) . Processing triggers for systemd (245.4-4ubuntu3) . Processing triggers for man-db (2.9.1-1) . Processing triggers for shared-mime-info (1.15-1) .
Download the genymotion package using browser
View the package to the required directory
[email protected]:~# ls genymotion-3.1.2-linux_x64.bin
Once the package is download the give the executable permission to the genymotion package
[email protected]:~# chmod +x genymotion-3.1.2-linux_x64.bin
once the permission process is completed then install the genymotion
[email protected]:~# ./genymotion-3.1.2-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: 6.1.10_Ubuntur138449) - 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
The installation is completed.
Once the installation is completed then open the GenyMotion application on your system
Confirm the licence requirements
Accept the licence agreement
This is the dashboard of GenyMotion
Click the add button to add the virtual device
The virtual device is install
With this method, the installation of GenyMotion on Linux Mint 20 is comes to an end.
How to Install Genymotion on Linux Mint 20.2
Genymotion is a popular Android emulator based on VirtualBox. If you play heavy-duty 3D graphic games, such as PUBG Mobile, which require 2 GB or more of space, Genymotion lets you experience them on a larger laptop or desktop without performance issues.
Step 1: To check the Installed version of OS by using the following command
[email protected]:~# lsb_release –a No LSB modules are available. Distributor ID: Linuxmint Description: Linux Mint 20.2 Release: 20.2 Codename: uma
Step 2: Now Installing the dependency package
[email protected]:~# apt install virtualbox –y Reading package lists. Done Building dependency tree Reading state information. Done The following additional packages will be installed: virtualbox-qt Suggested packages: vde2 virtualbox-guest-additions-iso The following NEW packages will be installed: virtualbox virtualbox-qt 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 43.2 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 virtualbox amd64 6.1.26-dfsg-3~ubuntu1.20.04.2 [21.5 MB] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 virtualbox-qt amd64 6.1.26-dfsg-3~ubuntu1.20.04.2 [21.7 MB] Fetched 43.2 MB in 5s (9,094 kB/s) Selecting previously unselected package virtualbox. (Reading database . 316643 files and directories currently installed.) Preparing to unpack . /virtualbox_6.1.26-dfsg-3~ubuntu1.20.04.2_amd64.deb . Unpacking virtualbox (6.1.26-dfsg-3~ubuntu1.20.04.2) . Selecting previously unselected package virtualbox-qt. Preparing to unpack . /virtualbox-qt_6.1.26-dfsg-3~ubuntu1.20.04.2_amd64.deb . Unpacking virtualbox-qt (6.1.26-dfsg-3~ubuntu1.20.04.2) . Setting up virtualbox (6.1.26-dfsg-3~ubuntu1.20.04.2) . Setting up virtualbox-qt (6.1.26-dfsg-3~ubuntu1.20.04.2) . Processing triggers for desktop-file-utils (0.24+linuxmint1) . Processing triggers for mime-support (3.64ubuntu1) . Processing triggers for hicolor-icon-theme (0.17-2) . Processing triggers for gnome-menus (3.36.0-1ubuntu1) . Processing triggers for systemd (245.4-4ubuntu3.13) . Processing triggers for man-db (2.9.1-1) . Processing triggers for shared-mime-info (1.15-1) .
Step 3: Refer to the below picture on how to download the Genymotion on a web browser.
Step 4: Getting into the Download Directory use the below command
[email protected]:~# cd /home/linuxhelp/Downloads/
Step 5: To Listing the Directory use the below command
[email protected]:/home/linuxhelp/Downloads# ls Genymotion-3.2.1-linux_x64.bin
Step 6: To changing the Executive permission to the genymotion
[email protected]:/home/linuxhelp/Downloads# chmod +x genymotion-3.2.1-linux_x64.bin
Step 7: Now Installing the genymotion by using the following Commands
[email protected]:/home/linuxhelp/Downloads# ./genymotion-3.2.1-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: 6.1.26_Ubuntur145957) - Extracting files . OK (Extract into: [/opt/genymobile/genymotion]) - Installing launcher icon . OK Installation has been completed successfully. You can now use these tools from [/opt/genymobile/genymotion]: - genymotion - genymotion-shell - gmtool
Step 8: This is the Welcome page as shown in the below picture.
The Installation of genymotion on linux mint 20.2 has come to an end…!!
How to Install Genymotion Mint GNU/Linux Distro
You Are Welcome! The Tutorial shows you Step-by-Step How to Download and Install Genymotion Desktop in Mint GNU/Linux Desktops.
And Genymotion for Mint is an Android emulator which includes a Complete Set of Sensors and Features in order to interact with a Virtual Android Environment.
Especially relevant: Genymotion is Free for Personal Use and do Not Require any License Key.
GNU/Linux Mint Genymotion Android Emulator Installation Guide
Showing Ads here is the best solution I found for not embarassing somebody about participating in a #%$Foundation^.
«When the Last Tree has been cut down, the Last Fish caught, the Last River poisoned, only then will we realize that One Cannot Eat Money.»
«No usable Computer exists today with completely Open Software and Hardware (as much as some companies want to Market themselves as such).»
Follow Us
The GNU/Linux Free Software Phylosophy
Steve Jobs’ Last Words
«Being a Winner in a Free Computing OS Mission means to adopt a Commercial like Strategy. Transcending Duality in Oneness and so dispensing both Free and Non Free Software. Cause evangelizing Freedom in a Non Free World is like keeping a Trojan Horse. Hallelujah!»
«Using the Money just for buying Stuff and Not Supporting the Free Gift Philosophy is a sign of a Selfish and Narrow Mind.»
What can Save the World from a Blind and Quick Self-destruction.
The Immediate and Humble Mass Conversion to the Spiritual Way!
Because Earth & Nature has been Ravaged without Pity by the Wild and Selfish mass Competition to Win and Shown that U’re someone Better because you got a Lot of fla$hY Power$$$.
«Taking care if somebody is liking, following, or buying is just a serious hidrance on the priceless Way of Creative Freedom.»
Credits
Everlasting Glory to God, Jesus Christ, The Holy Spirit, Ganesha, Shiva, Vishnu, Krisna, Laozi, Buddha, Bodhidharma, Ma Gcig, Hakuin, Ikkyu, Nagarjuna, Tilopa, Naropa, Milarepa, Suhrawardi, St Dismas, St Francesco, St Teresa, St John, St Filippo, Eckehart. All The Holy Divinities, Avatars, Saints, Mystics, and True Spiritual Masters. Because they are in the Eternal Light of Truth & Delight Enlightening a World of Darkness, Nescience, Blindness, Uneasiness and Falsehood!