emulator networking

Posted by klaus-vlad on Stack Overflow See other posts from Stack Overflow or by klaus-vlad
Published on 2010-04-15T07:52:15Z Indexed on 2010/04/15 8:23 UTC
Read the original article Hit count: 289

Filed under:

Hi

From my android code I try with the android browser to access a tomcat service running on my computer like this :

 Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://localhost:8080/615734.apk"));
 startActivity(myIntent);

Unfortunately all I get is "page unavailable" . What should I do to be able to have this running ?

© Stack Overflow or respective owner

Related posts about android