java.lang.IllegalArgumentException: Illegal character in authority at index 7 while making https request
You have a space at index 7 of your string LOGIN_URL
and it is causing the exception. It should be like this.
LOGIN_URL = "http://10.0.2.2:80/webservice/login.php"