Error : application requires permission
I wanted to create a facebook application for andr开发者_运维问答oid. I followed the link on https://developers.facebook.com/docs/guides/mobile/#android. After I launch the application I got the folowing error = Application requires permission to access the internet.
I have given the permission in the android manifest file using android.permission.INTERNET. How should I fix it?i think there are problem with permission of Internet :: you can following by this way
Goto package explorer >> open AndroidManifest.xml
file and follow :
First step ::
Second step ::
press ok and save ::
Add permission in your application Manifest file to access Internet
精彩评论