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 -~----------~----~----~----~------~----~------~--~---

