I\'m using Retrofit to handle the Serverside Data from Mobile. After Implementing retrofit, I am Getting the below Exception.
What am I doing wrong?
I encountered with this error. And after many search, found that I forget add Internet Permission to manifest.
After adding this permission, my error, resolved.