ektfetna1 / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
1 stars 0 forks source link

gmail application on android #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.initializing the contactsservice with the application name
   ContactsService serv = new ContactsService("android-app");
   serv.setUserCredentials("example@gmail.com", "password");

What is the expected output? What do you see instead?
am trying to get the contacts from the gmail 

What version of the product are you using? On what operating system?
gdata-1.40.3

Please provide any additional information below.
the activity ends unexpectedly with the error pointing to the line 
ContactsService serv = new ContactsService("android-app");

Original issue reported on code.google.com by khalid.mahrous on 6 Mar 2010 at 5:03

GoogleCodeExporter commented 9 years ago
This client library is not particularly compatible with android.  What is the 
error
message you are getting? (stack trace).

Original comment by vbarat...@gmail.com on 18 Mar 2010 at 2:39

GoogleCodeExporter commented 9 years ago
Thanks for your feedback Khalid.  Since you are developing an Android 
application, please use 
the version 2.1 alpha client.  If you are still seeing the same problem on the 
version 2 
client, then please try to provide any stack trace you might be seeing in the 
"logcat".

Original comment by yanivin...@gmail.com on 9 Apr 2010 at 1:44