emulator networking
- by klaus-vlad
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 ?