My app is working fine in AVD
but when i try to run my app in my mobile it is showing this error. It is not connecting to server. It is not accessing php
file. I have given path for php
file is "http://10.0.0.72/myapp/search.php". I'm using wamp server
and kept my php
file inside www
folder.
Logcat Error
java.net.ConnectException: failed to connect to /10.0.0.72 (port 80): connect failed: ETIMEDOUT (Connection timed out) 06-13 13:19:20.229 13823-14092/com.myapp W/System.err: at libcore.io.IoBridge.connect(IoBridge.java:114) Caused by: libcore.io.ErrnoException: connect failed: ETIMEDOUT (Connection timed out)