I have a client (Emulator A, 5554) sending Http Request to a server (Emulator B, 5556) which listening on 8102 port
1. I used "adb -emulator-5556 forward tcp: 8202 tcp:8102" to map port. 2. I then used URI "http://10.0.2.2:8202" to send http request, however, the exception is thrown: "org.apache.http.NoHttpResponseException: The target server failed to respond" When I debug the server side, no request is received there. Anyone has ideas about this problem? Thanks, Vycon -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

