Few issue can cause this.
android:usesCleartextTraffic="true"
add this in your
AndroidManifest.xml
file like below<application
...
android:usesCleartextTraffic="true">
Check internet connection. is there cross in data or wifi. but this might not be in your case as i can see in screenshot you provided
Check ip address of you emulator and network. are both in same subnet?
some time emulator are configured on NAT network so the can access 192.168.1.33
as both become 2 diff networks
I feel adding android:usesCleartextTraffic to true will fix your issue if have't already added it. if this doesn't fix your issue please shared ip of your emulator