Made a registration form via Android Studi but when checking it gives the error enter image description here

I think I took the wrong IP. Or I put the "android_register_login" folder in the wrong place. Please help. Part of the code:

private static String URL_LOGIN = "http://192.168.1.1/android_register_login/register.php"; 

0