My app cannot connect to Webserver(using Xampp) via 3G but it works fine when connected by using WiFi(works on both real device(LG G2) and EMU).// PS. can connect to my webserver on web browser. When i using 3G, Log Cat shows "java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)", cannot fetch the data fromw webserver. I'm very curious why it works fine when using WiFi, i'm have no idea why?. Thanks.
This topic has continued from this topic>>> HttpResponse response = client.execute(httpGet), the code after httpresponse doesn't run