I'm trying to emulate android but network is not working - I did telnet localhost 5554
and I got
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Android Console: Authentication required
Android Console: type 'auth <auth_token>' to authenticate
Android Console: you can find your <auth_token> in
'/home/roberto/.emulator_console_auth_token'
OK
so I did auth <token>
I got OK but network is still not working thanks
Any ideas??