摘要:
在用KSOAP2包做WebService,在android 4.0上运行时报android.os.NetworkOnMainThreadException异常,原来在4.0中,访问网络不能在主程序中进行,有两个方法可以解决,一个是在主程序中增加: 1 // 详见StrictMode文档 2 StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder() 3 .detectDiskReads() 4 .detectDiskWrites... 阅读全文
posted @ 2013-04-16 22:11
嘿!老板
阅读(197)
评论(0)
推荐(0)
浙公网安备 33010602011771号