0

I'm using retrofit to fetch some data from my API, but I get the exception below. the URL is fine since it works from my browser

java.net.UnknownHostException: http:/192.168.0.105:81/service.asmx?op=readAll
Arlind Hajredinaj
  • 8,380
  • 3
  • 30
  • 45

1 Answers1

0

The URL should be http:// instead of http:/

Arlind Hajredinaj
  • 8,380
  • 3
  • 30
  • 45