The gdata-java-client has an issue where it currently does not work with Android out of the box, exactly because of that SAX stuff you're seeing.
However, the google-api-java-client (what we're migrating to for new APIs) also supports our existing GData APIs to some extent. The Spreadsheets API is one such API, but for now you'll have to do a tiny bit of work to get it working. And, this client lib has support for Android :D http://code.google.com/p/google-api-java-client/wiki/DeveloperGuide Supported Java Environments > Android is what you're looking for. Then, here is a sample for the Documents List API: http://samples.google-api-java-client.googlecode.com/hg/docs-cmdline-sample/src/main/java/com/google/api/services/samples/docs/cmdline/ Which you could pretty easily adapt for the Spreadsheets API. We're working on a patch to make gdata-java-client (the one you're using now) work with Android, but I don't have an ETA at the moment. Thanks, -Vic On Fri, Aug 19, 2011 at 8:44 PM, MCKey <[email protected]> wrote: > Nevermind. Error has returned...with no code changes. This is getting > ridiculous.
