You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even from the solution code,
try {
Log.d("MAIN_ACTIVITY_INSIDETRY", "0");
InputStream in = urlConnection.getInputStream();
Log.d("MAIN_ACTIVITY_INSIDETRY", "1");
---------------------------------//
The second debug information is not even getting logged. There is some issue with InputStream i guess. did anyone solve it?
#####The same problem persists throughtout the next solutions too.... even in the final solution if i run it it show an error has occured please refresh.....
The text was updated successfully, but these errors were encountered:
Hi,
I have the same problem. Simply uninstall the app on the emulator and install it again.
I guess that the added permission is not automatically recognized. Maybe it also helps to increase the versionName and versionCode in app / build.gradle, but I haven't tried that.
even from the solution code,
try {
Log.d("MAIN_ACTIVITY_INSIDETRY", "0");
InputStream in = urlConnection.getInputStream();
---------------------------------//
The second debug information is not even getting logged. There is some issue with InputStream i guess. did anyone solve it?
#####The same problem persists throughtout the next solutions too.... even in the final solution if i run it it show an error has occured please refresh.....
The text was updated successfully, but these errors were encountered: