I have a pivotal service but when accessing the developed Android application that serves but when I use the application on a Samsung, it doesn't work, the following error is out:
java.net.UnknownHostException: host == null
I have a pivotal service but when accessing the developed Android application that serves but when I use the application on a Samsung, it doesn't work, the following error is out:
java.net.UnknownHostException: host == null
Can you clarify. Volley is a client side library which you will deploy to a device.
Pivotal Web Services is a cloud based PaaS that can host web applications. It appears from your error that you haven't specified a URL for your client? Are you having issues with the server your volley client is trying to access?