androidian wrote:
> By the way, I'm running android NOT from behind a proxy ( I have
> direct internet access). Also, the built in browser works fine, so
> it's definitely something with my app which is at fault.
>
> Anyone got any ideas on this one?
Can you post your manifest?
>> This is just by using the following code in my app:
>>
>> SpreadsheetService myService = new SpreadsheetService(
>> "mydomain.com-myapp-1");
>> myService.setUserCredentials("[EMAIL PROTECTED]",
>> "mypassword");
Ummmm...the SDK doesn't have a SpreadsheetService. I'm assuming that
either you wrote it or it's a third-party JAR.
Can you provide any code around the point of where actual HTTP requests
are being made? If that's buried in a third-party class, it may be that
it's not compatible with the version of support libraries inside Android.
--
Mark Murphy (a Commons Guy)
http://commonsware.com
Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---