Volley Timeout Error

前端 未结 13 1117
清歌不尽
清歌不尽 2020-12-01 14:31

I am trying to hit a rest service using Volley.

public class AuthFunctions {
    private static final String LOGIN_URL = \"http://10.0.2.2:8080/stewayservic         


        
13条回答
  •  隐瞒了意图╮
    2020-12-01 15:00

    This happened to me. I determined that the problem happened because I did not start Apache and MySQL in XAMPP.

提交回复
热议问题