Install Genymotion: Difference between revisions
No edit summary |
NKirnbauer (talk | contribs) m (removed unused section) |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
This documentation describes how to install Genymotion on Ubuntu | |||
== Requirements == | == Requirements == | ||
* Operating system: Ubuntu 18.04 bionic amd64 | * Operating system: Ubuntu 18.04 bionic amd64 | ||
== Description == | == Description == | ||
| Line 14: | Line 11: | ||
=== Step 1: install virtualbox === | === Step 1: install virtualbox === | ||
https://www.virtualbox.org/wiki/Linux_Downloads | |||
=== Step 2: Download Genymotion === | === Step 2: Download Genymotion === | ||
| Line 31: | Line 28: | ||
=== Step 5: | === Step 5: Start Genymotion === | ||
cd <Genymotion_install_path> | cd <Genymotion_install_path> | ||
./genymotion | ./genymotion | ||
== References == | == References == | ||
* https:// | * https://docs.genymotion.com/ | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
Latest revision as of 09:03, 11 September 2024
Summary
This documentation describes how to install Genymotion on Ubuntu
Requirements
- Operating system: Ubuntu 18.04 bionic amd64
Description
Step 1: install virtualbox
https://www.virtualbox.org/wiki/Linux_Downloads
Step 2: Download Genymotion
https://www.genymotion.com/download
Step 2: change permissions
cd ~/Download
chmod +x genymotion-<version>_<arch>.bin
Step 4: install Genymotion
./genymotion-<version>_<arch>.bin -d <Genymotion_install_path>
Step 5: Start Genymotion
cd <Genymotion_install_path> ./genymotion