i'm trying make http request in android
but got these errors
- httpclient cannot resolved type
- defaulthttpclient cannot resolved type
screenshot:
delete line:
import org.apache.http.*;
and add these:
import org.apache.http.client.httpclient; import org.apache.http.client.methods.httppost; import org.apache.http.impl.client.defaulthttpclient;
Comments
Post a Comment