I'm having a rough time getting the Apache HttpClient jar libraries imported in the Eclipse ADT. I downloaded the jars. I added them to the project internally and to my build path, and cleaned the project. I kept getting the "import org.apache.commons.httpclient cannot be resolved" message. I tried adding them as an external jar, cleaning the project again, and closing and reopening Eclipse for good measure. No luck. It still has no idea that the jars are there. I feel like there's something basic I'm not doing, but I can't figure out what it is. It seems that most of the time that someone has a problem like this, what fixes it is doing one of the things that I've already done and hasn't worked.

Maybe it should be org.apache.http.client.HttpClient - HttpClient which is packaged with Android.
Check that the jar contains the exact class at the specified package. You can expand the referenced libraries node to do this.
Also it's likely it should be:
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpPost;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With