Android Studio – Android emulator not connecting to localhost via 10.0.2.2
My local API setup is running in localhost:3000on my Windows 10. I am using Retrofit to connect with APIs. I used http://10.0.2.2:3000 for connecting Android emulator to Window's localhost. It was working fine for several months. One day it stopped…