Can you post up the socket code that you are trying to use? If this is your first time writing socket code in Java, you might benefit from writing a small test program on your PC (not based on Android SDK) that confirms what you are trying to do... An example tutorial that might help: http://java.sun.com/docs/books/tutorial/networking/sockets/readingWriting.html
On Fri, Mar 20, 2009 at 11:14 AM, PluckyMan <[email protected]> wrote: > > I'm sorry, but I set permission in my manifest.xml.. > But it didn't works. > Someone said to me , permission's position is very important. > I set permission behind of </application>. Is this true? > And If this is true,do you have another solution for this problem? > Thanks very much for your help. > > On Mar 20, 2:08 am, Sebastian Kaspari <[email protected]> > wrote: >> did you set proper permissions in your manifest.xml? >> >> <uses-permission >> android:name="android.permission.INTERNET" /> >> >> android will throw an unknown socket error if the permission is >> missing... that's not very helpful :) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

