Difference between revisions of "Install Genymotion"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Created page with "== Summary == Description what this documentation is about == Requirements == * Operating system: Ubuntu 18.04 bionic amd64 * Packages: git emacs In order to complete the...")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Summary ==  
== Summary ==  


Description what this documentation is about
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
* Packages: git emacs


In order to complete these steps, you must have followed [[Some Other Documentation]] before.
== Description ==
 
=== Step 1: install virtualbox ===
 
https://www.virtualbox.org/wiki/Linux_Downloads


== Description ==
=== Step 2: Download Genymotion ===
 
https://www.genymotion.com/download
 
=== Step 2: change permissions ===
 
cd ~/Download


=== Step 1 ===
chmod +x genymotion-<version>_<arch>.bin


Enter these commands in the shell
=== Step 4: install Genymotion ===


  echo foo
  ./genymotion-<version>_<arch>.bin -d <Genymotion_install_path>
echo bar


=== Step 2 ===


Make sure to read
=== Step 5: Start Genymotion ===


* War and Peace
cd <Genymotion_install_path>
* Lord of the Rings
./genymotion
* The Baroque Cycle


== Used Hardware ==
== Used Hardware ==
Line 32: Line 38:
[[Maybe another device to be used with this documentation]]
[[Maybe another device to be used with this documentation]]


== Courses ==


* [[A course where this documentation was used]] (2017, 2018)
* [[Another one]] (2018)


== References ==
== References ==


* https://wikipedia.org
* https://docs.genymotion.com/
* https://google.com


[[Category:Documentation]]
[[Category:Documentation]]

Latest revision as of 07:10, 17 February 2020

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

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation


References