我正在使用以下 HTTP 客户端库 - https://github.com/kevinsawicki/http-request
...当我在我的应用程序中使用它时,我收到以下运行时错误。我的应用程序编译正常。
W/dalvikvm: VFY: 无法解析静态方法 4110: Lcom/github/kevinsawicki/http/HttpRequest;.get(Ljava/lang/CharSequence;)Lcom/github/kevinsawicki/http/HttpRequest;
这是我打开的 github 问题 - https://github.com/kevinsawicki/http-request/issues/34