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

后端 未结 7 1544
你的背包
你的背包 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);
    
    
    0 讨论(0)
提交回复
热议问题