Anyone have tips for connecting to a local server ...
# android
c
Anyone have tips for connecting to a local server through the android emulator. I feel like I’ve used every stackoverflow trick out there but most the posts are old. I tried plugging in my wifi ip address in place of local host in my code. Using retrofit to make the api call. I also tried the 10.0.2.2 trick which tells the emulator to connect to the computers wifi. Still not working. Getting an error saying failed to connect. I have the spring boot server running through my terminal.
😶 4