Skip to content Skip to sidebar Skip to footer

Android Programming Htmlunit

I am using httpclient on android, and I have added all the external jars to my classpath. However, when I startup eclipse it gave me java heap space errors, so I went in the .ini f

Solution 1:

HttpClient is built-in to Android Framework. You don't need to add another .jar file to use HttpClient.

http://developer.android.com/reference/org/apache/http/package-summary.html

Post a Comment for "Android Programming Htmlunit"