我想使用volley库来调用我的电脑中存在的本地web服务,我使用我的电脑的ip来调用该服务,但是我收到了这个错误
Caused by: java.lang.NullPointerException
at com.android.volley.Request.<init>(Request.java:136)
at com.android.volley.toolbox.JsonRequest.<init>(JsonRequest.java:58)
at com.imona.android.volley.AuthenticatedJsonRequest.<init>(AuthenticatedJsonRequest.java:26)
at com.imona.android.webservices.TasksService.getAllTasks(TasksService.java:36)
at com.imona.android.fragments.TaskListFragment.onCreateView(TaskListFragment.java:46)
我该如何解决这个问题?
答案 0 :(得分:0)