Android FTP Server

前端 未结 5 543
抹茶落季
抹茶落季 2020-12-28 23:43

I am using the following code to make the android device a ftp server (Android Internal storage). I am getting the exception of os.android.NetworkOnMainThread.

5条回答
  •  余生分开走
    2020-12-29 00:17

    Maybe because you didn't set up the permissions in the manifest? You've to set permission for internet usage.

    If this doesn't work, please tell us which line is it throwing the exception.

提交回复
热议问题