====== Emulador Android para GNU/Linux ====== ===== Androvm / Genymotion ===== 1. Descargar el .ova http://androvm.org/blog/download/ 2. Abrir Virtualbox 3. File / Importa Appliance 4. Arrancar VM. Con red con 'NAT' me funciona todo a la primera android emulador ===== android-x86 ===== ==== Instalacion ==== Imagen .iso (probada android-x86-4.0-RC2-eeepc.iso) de: http://www.android-x86.org/download Yo la instalo sobre Virtualbox ==== Red en Virtualbox ==== http://stackoverflow.com/questions/8227825/android-x86-porting-unable-to-make-it-work Hay 2 formas: 1. Manual **MEJORAR** Hay que ejecutar el proceso cada vez que se enciende la VM 1.1. First of all, I set my VirtualBox network configuration: Attached to: Bridged Adapter Adapter type: PCnet-FAST III 1.2. After that, I start Android from VirtualBox; after boot, I open a root shell, pressing Alt+F1 1.3. Here, I use these commands: ifconfig eth0 up 192.168.0.250 route add default gw 192.168.0.254 dev eth0 setprop net.dns1 192.168.0.10 1.4. Now, I return to Android (Alt + F7), and I can surf on internet! 2. Permanente 2.1 Editar: cp /etc/init.sh /etc/init.sh.old Y anyadir las siguientes lineas (se puede mejorar mucho): ifconfig eth0 up setprop net.dns1 8.8.8.8 2.2 Reiniciar la VM