Creating a Google HTTP Transport Object for Android HTTP Request
I'm creating an Android app and trying to use Google Places API through Google APIs Client. I've been following this example: http://ddewaele.blogspot.com/2011/05/introducing-google-places-api.html I'm having problems creating a HTTP Transport Object to use in creating the HTTP Request Factory. Everything compiles fine in eclipse, but when I debug while running on my phone, I get a classnotfound on the first line here: HttpTransport transport = new ApacheHttpTransport(); HttpRequestFactory httpRequestFactory = createRequestFactory(transport); public static HttpRequestFactory