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
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