android org.apache.http.httpclient package

2019-08-06 11:50发布

问题:

I am trying to import the code from this tutorial http://www.anddev.org/bbc_download.php?p=777&item=7

into my eclipse,the tutorial is oldand I have trouble importing the packages that it refers.

Are those packages deprecated? or I have to manually download and install them into my projects classhpath? if so can someone give me a link on where to find them?

回答1:

I see just postMethod has changed

use ::

import org.apache.http.client.methods.HttpPost;