My emulator always appears offline. I know similar questions have already been asked, but I think this problem is more specific. I'm running android adt on 64 bit kali linux. I ran this command:
netstat -tulpn
and got this output
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:5037 0.0.0.0:* LISTEN 5022/adb tcp 0 0 127.0.0.1:5554 0.0.0.0:* LISTEN 4952/emulator64-arm tcp 0 0 127.0.0.1:5555 0.0.0.0:* LISTEN 4952/emulator64-arm tcp6 0 0 127.0.0.1:8700 :::* LISTEN 5037/java udp 0 0 0.0.0.0:68 0.0.0.0:* 3971/dhclient udp 0 0 0.0.0.0:59731 0.0.0.0:* 3971/dhclient udp6 0 0 :::49275 :::* 3971/dhclient
Note that there are two processes with same name running on port 5554 and 5555. As mentioned in other thread, the port 5555 should be available for emulator. So, I'm clueless about what I should do? If i kill the process with PID 4952, the emulator goes off.