Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序上有这个活动:http: //pastebin.com/V5nSPqD4
当应用程序来到这一行时:
HttpEntity e = response.getEntity();
应用程序崩溃并且没有响应。
为什么会这样?
谢谢!