NullPointerException addToRequestQueue(com.android.volley.Request, java.lang.String)' on a null object reference

后端 未结 7 1622
你的背包
你的背包 2020-12-09 08:32

I\'m using AndroidHive register login and it\'s working fine in example project of this login-register.

But after many attempts trying it with CardViews

7条回答
  •  我在风中等你
    2020-12-09 09:38

    Please check if you've initialized your requestQueue object as :

    requestQueue = Volley.newRequestQueue(this);
    
    

提交回复
热议问题