• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps IOException - InputStream inputStream = httpURLConnection.getInputStream();

Lsepolis123

Lurker
InputStream inputStream = httpURLConnection.getInputStream(); // line 43

Android 7.0 emulator run OK call to API - get the result response

Android API Q get error catch by
} catch (IOException e) {
e.printStackTrace();
this.dataParsed = "Not Found word-2"; // get this in output
}
and line 43 the error... in Logerror
Can you help???? I use Android Studio 4
 
Back
Top Bottom