Am trying to view my database tables using Android Device Monitor and It showing me Errors for reasons which i am not really sure of. And i don\'t have another instance of D
On Mac, Open terminal and type:
sudo nano /etc/hosts
Add following line to your hosts file
127.0.0.1 localhost
Save and exit.
In Android Studio, you can start debugging again. I got stuck with the same problem and I ended up doing above, problem solved.
Hope this helps :) .