码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2017-09-23 13:37:02      阅读:624      评论:0      收藏:0      [点我收藏+]

标签:tor   开启   span   解决   android   strong   failed   use   errno   

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

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

原因:

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

 

解决:

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

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

标签:tor   开启   span   解决   android   strong   failed   use   errno   

原文地址:http://www.cnblogs.com/a1070022846/p/7580685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!