Sunday, May 10, 2020

How To Install Genymotion 3.1.0 Android Emulator on Linuxmint 19.3

Video Tutorial - https://youtu.be/ezw4NNIMKao

 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

GenyMotion is a Android emulator which comes with per-configured Android (x86 with OpenGL hardware acceleration) images, suitable for application testing.
Offcial Website -https://www.genymotion.com/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Testing Environment: Linux Mint 19.3 Tricia
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
apt update ; apt install -y build-essential net-tools curl git software-properties-common virtualbox virtualbox-qt
virtualbox &>/dev.null

Offcial Website - Genymotion Download Linux package - https://www.genymotion.com/download/
wget https://dl.genymotion.com/releases/genymotion-3.1.0/genymotion-3.1.0-linux_x64.bin
chmod +x genymotion-3.1.0-linux_x64.bin
./genymotion-3.1.0-linux_x64.bin
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------                   

No comments:

Post a Comment