首页 > 移动平台 > 详细

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

时间:2017-09-23 13:06:20      阅读:1774      评论:0      收藏:0      [点我收藏+]

 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)

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!