davidlks83 / google-spreadsheet-lib-android

Automatically exported from code.google.com/p/google-spreadsheet-lib-android
0 stars 0 forks source link

GSS_Client_Android is stopped unexpectedly #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to register my Gmail Account under "Settings | Accounts and Synch" 
on emulator (I don't have any Android based device), I get the message "Setup 
could not finish - Unable to open connection to server."
My emulator works fine & is able to connect to internet through it's browser.

I was suggested to use Google APIs emulator instead and it goes through this 
account creating process smoothly but GSS_Client_android (2.2b1) application is 
then stopped imediately after starting ("Sorry! The application 
GSS_Client_Android (process com.prasanta) has stopped unexpectedly. Please try 
again").

The same thing happened when i tried to use standard Android emulator without 
registering my Gmail account before. I tried with API 7,8 and 15.

I'm a beginner. I'm using Eclipse and WinXP Prof. SP3.

LogCat attached.

Original issue reported on code.google.com by krzyszto...@gmail.com on 12 May 2012 at 8:34

Attachments:

GoogleCodeExporter commented 9 years ago
I succeeded to register my Google Account and run the application on Android 
API 8 and 15 Emulator but it changed nothing.

Original comment by krzyszto...@gmail.com on 13 May 2012 at 9:07

GoogleCodeExporter commented 9 years ago
i'm getting this errors on this additional code for running under emulator:
"Build cannot be resolved to a variable" and "ParseFeed cannot be resolved" so 
I imported com.pras.sp.ParseFeed and android.os.Build according to Eclipse 
suggestions but it changed nothing (stops anyway, the same log).

Original comment by krzyszto...@gmail.com on 13 May 2012 at 6:20

GoogleCodeExporter commented 9 years ago
Log suggests something is wrong with the way you included the JAR (GSS Lib). 
Can u pls check your eclipse project setting ? You need to add the Lib as 
"Reference Lib".
Hope it helps!
-Prasanta

Original comment by pprasant...@gmail.com on 14 May 2012 at 6:27

GoogleCodeExporter commented 9 years ago
I imported it "as is", making no changes. I've checked it anyway and found it 
among "Referenced Libraries"

Original comment by krzyszto...@gmail.com on 16 May 2012 at 7:59