# 2.0 Instalar Emulador Genymotion

## Emulador Genymotion

es un emulador para Android que podemos instalar en Ubuntu e Integrar con Android Studio

{% embed url="<https://linuxhint.com/install_genymotion_android_emuator_ubuntu/>" %}

PASOS:

```bash
 sudo apt update
 
Instarlar Virtual Box
 sudo apt install virtualbox
 
 
 Ir al sition de Genymoton
https://www.genymotion.com/


 
 
 
```

![](/files/-Ln_fSMoLJR5NSv9ORP4)

darc clic en el boton **Desktop Sing In**

![](/files/-Ln_ffbgYUjUA02KkCiY)

Crear una cuenta o ingresar con su cuenta

![](/files/-Ln_gT5cA1Ee7k52wbDV)

Seleccionar Help-> Genymotion Desktop --> Fun Zone

![](/files/-Ln_iCn8y9m9hrEYL_Vc)

Seleccionar **Download Generation Personal Edition**

![](/files/-Ln_iSImiY1bGZkOAgrE)

Descargamos el deb

![](/files/-Ln_il-5Z-IIYtskj6yB)

Se descarga el archivo bin

![](/files/-Ln_k-b6EqBAaDs_a4Tm)

copiarlo al directorio raiz

![](/files/-Lo8uU6uxgIjPPPjNPlO)

Aqui se puede crear un directorio  llamado genymotion

Darle permisos de ejecución

```bash
chmod +x genymotion-3.0.2-linux_x64.bin
```

Instalarlo

```java
sudo ./genymotion-3.0.2-linux_x64.bin
```

![](/files/-Lo8tF3YaVFMWLyWRMXt)

Al finalizar

![](/files/-Lo8t_rQHYbH9UjLTbLv)

Buscamos Genymotion en el dash

![](/files/-Lo8tvzg2KD4lAiqykat)

Agregar al path

````bash
PATH=“/home/$USER/.genymotion:$PATH”’ >> ~/.bashrc ```

````

Ejecutar Genymtion desde el Dash o desde la carpeta

![](/files/-LnPSFbkIi8ok0S1MSCK)

Si lo movemos de directorio despoues de instalarlo para ejecutarlo

Al ejecutarlo la primera vez nos pedira el usuario y password.

![](/files/-Lo8unUqfVabOANoVCGl)

E indicamos que es una licencia personal

![](/files/-Lo8v2P2VGVb2UYAIqyk)

Aceptamos la licencia

![](/files/-Lo8vAwrx3628WHMKBlw)

Podemos ver la pantalla principal

![](/files/-Ln_ndCP37dlANZNDuol)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://avbravo-2.gitbook.io/developmentcookbook/emulador-genymotion-1/emulador-genymotion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
