User Tools

Site Tools


informatica:linux:android

This is an old revision of the document!


Emulador Android para GNU/Linux

android emulador

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

stackoverflow.com/questions/8227825/android-x86-porting-unable-to-make-it-work

MEJORAR Hay que ejecutar el proceso cada vez que se enciende la VM

1. First of all, I set my VirtualBox network configuration:

Attached to: Bridged Adapter
Adapter type: PCnet-FAST III

2. After that, I start Android from VirtualBox; after boot, I open a root shell, pressing Alt+F1

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

4. Now, I return to Android (Alt + F7), and I can surf on internet!

informatica/linux/android.1350837815.txt.gz · Last modified: 2015/04/13 20:19 (external edit)