android.os.NetworkOnMainThreadException异常
时间:2015-05-24 12:59:12
收藏:0
阅读:241
在android 2.3上设计的下载程序,在android 4.0上运行时报android.os.NetworkOnMainThreadException异常,原来在4.0中,访问网络不能在主程序中进行,有以下方法可以解决,在主程序中增加:
原文:http://blog.csdn.net/iot_li/article/details/45950777
评论(0)