Existe um emulador de Android para Ubuntu 14.04?

Existe um emulador de Android para Ubuntu 14.04?

De preferência um que funcione corretamente, como pilhas azuis nas janelas.

Obrigado

Responder1

Genymotion(fonte desta resposta; o site também tem algumas imagens de como fica) é um conjunto completo de ferramentas que fornece um ambiente virtual para Android. Pode ser muito útil para desenvolvedores, testadores, vendedores ou até mesmo jogadores. Genymotion é gratuito para uso pessoal. Para obter todos os recursos, você precisa comprar uma licença.

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

Você precisa do VirtualBox, tem queregistro(é gratuito) e baixe o instalador para o seu diretório de downloads e depois ...

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

Se você instalá-lo em Downloads, você o inicia com:

/home/handbook/Downloads/genymotion/genymotion

É gratuito para uso pessoal e parece-me o melhor entre todos os emuladores.

informação relacionada