¿Existe un emulador de Android para Ubuntu 14.04?

¿Existe un emulador de Android para Ubuntu 14.04?

Preferiblemente uno que funcione correctamente, como pilas azules en Windows.

Gracias

Respuesta1

genymotion(fuente de esta respuesta; el sitio web también tiene algunas imágenes sobre cómo se ve) es un conjunto completo de herramientas que proporciona un entorno virtual para Android. Puede resultar muy útil para desarrolladores, evaluadores, vendedores o incluso jugadores. Genymotion es gratuito para uso personal. Para obtener todas las funciones, debe comprar una licencia.

Características:

OpenGL acceleration to achieve the best 3D performance
Enable full screen option and improve your experience
Be precise in your UI development with the “pixel perfect” functionality
Start multiple virtual device at the same time
Override virtual device identifiers
Directly command virtual devices sensors with Genymotion Shell
Fully compatible with ADB. You can control your virtual device from the host
Manage sensors: Battery level / status, GPS, Rotation, Camera

Desde 2.1:

supports copy/paste from the host to the virtual device, 
  or from the virtual device to the host using Android builtin copy/paste feature.
Android 4.4 support

Necesitas virtualbox, tienes queregistro(es gratis) y descargue el instalador a su directorio de descargas y luego...

cd ~/Downloads/
chmod +x genymotion-2.1.0_x64.bin
./genymotion-2.1.0_x64.bin

Si lo instalas en Descargas lo inicias con:

/home/handbook/Downloads/genymotion/genymotion

Es gratuito para uso personal y me parece el mejor entre todos los emuladores.

información relacionada