- 私は、コード使用して私のAndroidのアプリケーション上のリモートxml
コンテンツを取得しよう:AndroidのリモートXMLコンテンツを取得sdk-
connect()
にしようとすると
URL aUrl = new URL(url);
HttpURLConnection conn = (HttpURLConnection)aUrl.openConnection();
conn.setRequestMethod("GET");
conn.setDoOutput(true);
conn.setReadTimeout(15 * 1000); // timeout for reading the google maps data: 15 secs
conn.connect();...
を
NetworkOnMainThreadException (id=830019595736)