Reputation: 11
I'm trying to write a program in the android studio. I'm shooting the database with the webservice rest api. But I get this error, I couldn't log in. enter image description here
Upvotes: 0
Views: 6163
Reputation: 31
on your okhttp client builder the connection timeout is 3 second, also make sure you are adding internet permission to the manifest file,
Upvotes: 2