Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)

 Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)

这个错误在高版本的系统常见,为了更好的用户体验,在低版本的系统能正常运行,在高版本(比如7.0)很容易出问题。

原因:

在主线程中进行了网络操作。

 

解决:

检查代码哪里使用了网络操作,开启子线程。