I have 2 apps that have been running fine. Did a rebuild this evening and all network.request calls timeout now on both. I can browse with Chrome and hit everything I try. Running the app from the simulator works fine so it appears to be pointing to something within the build.
Logcat shows: ERROR: network: failed to connect to makejust1.com/23.229.130.167 (port 80) after 30000ms:
http://makejust1.com/sdZone/php/checkAppTimestamp.php?sn= (...data...)
(java.net.SocketTimeoutException)
The black highlighted url is what the error msg returned: I did not call with the ip address. My called url is in the code section.
This last build uses the debug keystore and has the live build set. I am using multiple timerbased network calls and all are failing.