filmov
tv
Android Studio Error - android.os.NetworkOnMainThreadException

Показать описание
I have the script to make an URL request to server, like this :
DefaultHttpClient client = new DefaultHttpClient();
try {
} catch (IOException e) {
}
--
but, when i click button 'Run App' and installed on my device, it says error on logcat :
FATAL EXCEPTION: main
--
how to solving?
see this video for details :)
DefaultHttpClient client = new DefaultHttpClient();
try {
} catch (IOException e) {
}
--
but, when i click button 'Run App' and installed on my device, it says error on logcat :
FATAL EXCEPTION: main
--
how to solving?
see this video for details :)