Facebook Android SDK unknownHostException

后端 未结 1 1300
感情败类
感情败类 2021-02-11 11:02

Facebook Android SDK when running example apps gives

11-14 23:17:58.484: ERROR/HttpOperation.run(1139): class java.net.UnknownHostException api.facebook.com [htt         


        
1条回答
  •  后悔当初
    2021-02-11 11:30

    You need to add the permission to use the internet to the app. If you don't, the app throws this error.

    go into the manifest and add this line:

    
    

    0 讨论(0)
提交回复
热议问题