当我使用凌空调用本地服务时出现异常

时间:2014-03-12 13:00:46

标签: android nullpointerexception

我想使用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)

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

只是通过此链接更新排球https://android.googlesource.com/platform/frameworks/volley/+archive/master.tar.gz 解决了我的问题