having problem trying to connect client on emulator to server running
on local machine LAN.
suppose my server is running on ip 192.0.0.5 at 7777 and emulator on
my local machine 192.0.0.50
i have included INTERNET uses-permission in AndroidManifest.xml like
this
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
    package="com.android.app.myapp" >

    <uses-permission android:name="android.permission.INTERNET" />

</manifest>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to