Difference between revisions of "Install Genymotion"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 35: Line 35:
  cd <Genymotion_install_path>
  cd <Genymotion_install_path>
  ./genymotion
  ./genymotion


== Used Hardware ==
== Used Hardware ==
Line 41: Line 42:
[[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 ==

Revision as of 13:16, 9 February 2020

Summary

Description what this documentation is about

Requirements

  • 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

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: install 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