Android Retrofit Causes Socket Timeout Exception
I am making a POST call to a tomcat server running Struts2 using the retrofit library on an Android Galaxy S3 (/Nexus 7) device. The POST call fails. The tomcat log shows Socket ti
Solution 1:
Adding Square's OKHTTP library into the libs folder fixed the issue.
Post a Comment for "Android Retrofit Causes Socket Timeout Exception"