Android java.net.UnknownHostException: Host is unresolved

前端 未结 17 1014
被撕碎了的回忆
被撕碎了的回忆 2020-12-01 08:43

This code doesn\'t work:

URL         url   = new URL( xmlPath );
InputSource input = new InputSource( url.openStream() );

all the time, res

17条回答
提交回复
热议问题