Cannot make file java.io.IOException: No such file or directory

前端 未结 8 1828
-上瘾入骨i
-上瘾入骨i 2020-12-06 09:11

I am trying to create a file on the filesystem, but I keep getting this exception:

java.io.IOException: No such file or directory

I have an

8条回答
  •  时光说笑
    2020-12-06 09:57

    Be careful with permissions, it is problably you don't have some of them. You can see it in settings -> apps -> name of the application -> permissions -> active if not.

    Permissions app

提交回复
热议问题