Java socket IOException - permission denied

后端 未结 2 2030
情话喂你
情话喂你 2020-12-01 14:05

i am trying to connect to a server on my network running a tcp listener using the following java code. I am getting am IOException - Permission Denied. It is from an android

2条回答
  •  眼角桃花
    2020-12-01 14:18

    Yea, like Morrison said above, you probably need to put this permission to your manifest file.

    
    

提交回复
热议问题