I ve created an application which connects to the "apache tomcat server" through wireless lan. i connect to an IP address
URL url= new URL("http://192.168.10.143:8080/MyServer/"+"ServletName/");
urlConn=(HttpURLConnection)url.openConnection();
<><>>>> 该申请在安乐器上操作,但不是在实际装置上操作。
在J2me下开发的i ve应用原则上与java/symbian电话相同,然后电话要求与无线路由器或PRS连接建立链接。
But on android device there is no response from the device for connecting to the server. What might be the problem???
我也把这一点放在了Manifest。
<uses-permission android:name="android.permission.INTERNET" />
怎么做?