The following method systematically throws a IOException when invoked on my
Android device whereas the internet connection is alive (I can retrieve
emails or connect to gmail using my Android device).
> The following method systematically throws a IOException when invoked on
> my Android device whereas the internet connection is alive (I can retrieve
> emails or connect to gmail using my Android device).
> Can anyone please help?
> private void performAuthentication() {
> Log.d("GAWidget", "performAuthentication");
> GoogleCredential credential = new GoogleCredential();
> GoogleAccountManager accountManager = new GoogleAccountManager(this);
The following method systematically throws a IOException when invoked on my
Android device whereas the internet connection is alive (I can retrieve
emails or connect to gmail using my Android device).
Can anyone please help?
private void performAuthentication() {
Log.d("GAWidget", "performAuthentication");
GoogleCredential credential = new GoogleCredential();
GoogleAccountManager accountManager = new GoogleAccountManager(this);
On Monday, May 28, 2012 6:44:01 PM UTC+5:30, balteo wrote:
> Hello,
> The following method systematically throws a IOException when invoked on > my Android device whereas the internet connection is alive (I can retrieve > emails or connect to gmail using my Android device).
> Can anyone please help?
> private void performAuthentication() {
> Log.d("GAWidget", "performAuthentication");
> GoogleCredential credential = new GoogleCredential();
> GoogleAccountManager accountManager = new GoogleAccountManager(this);
> am also facing same issue. did you find any solution?
> On Monday, May 28, 2012 6:44:01 PM UTC+5:30, balteo wrote:
>> Hello,
>> The following method systematically throws a IOException when invoked on
>> my Android device whereas the internet connection is alive (I can retrieve
>> emails or connect to gmail using my Android device).
>> Can anyone please help?
>> private void performAuthentication() {
>> Log.d("GAWidget", "performAuthentication");
>> GoogleCredential credential = new GoogleCredential();
>> GoogleAccountManager accountManager = new GoogleAccountManager(this);
>> 05-27 19:09:04.319: E/GAWidget(12487): at android.accounts.**AccountManager.access$400(**AccountManager.java:138)
>> 05-27 19:09:04.319: E/GAWidget(12487): at android.accounts.**AccountManager$AmsTask$**Response.onError(**AccountManag er.java:1301)
>> 05-27 19:09:04.319: E/GAWidget(12487): at android.accounts.**IAccountManagerResponse$Stub.**onTransact(**IAccountMana gerResponse.java:**69)
>> 05-27 19:09:04.319: E/GAWidget(12487): at android.os.Binder.**execTransact(Binder.java:320)
>> 05-27 19:09:04.319: E/GAWidget(12487): at dalvik.system.NativeStart.run(**Native Method)
>> Regards,
>> J.
>> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en