Android Volley MalformedURLException Bad URL

后端 未结 4 642
抹茶落季
抹茶落季 2020-12-20 11:25

After making a second network request using Volley, I always get this error. It doesn\'t seem to matter what the url I put in is. Volley always c

4条回答
  •  一向
    一向 (楼主)
    2020-12-20 11:45

    Use http:// OR https://

    prefix to your URL example: example.com/information.json write it as http://example.com/information.json

提交回复
热议问题