[android-developers] google Calendar API test problem

2008-12-19 Thread bear...@hanmail.net
hi i tried to use sample code from "gdata-src.java-1.28.0.java.zip" to test google Calendar API. CalendarService myService = new CalendarService("a- b-1","http","www.google.com"); try { myService.setUserCredentials(USERNAME, PASSWORD); ... } catch(ServiceException e) {

[android-developers] Re: connection with Gdata : problem

2008-12-19 Thread bear...@hanmail.net
hi Declan i used that (http://www.shanaghy.com/gdatamod/ ) files to "gdata\java \lib" folder. But my emulator died. so i tired 2th method. ===> I modified the gdata source to override the https cert verifier in the following places. com\google\gdata\client\GoogleAuthTokenFactory.java(461): Http