davidlks83 / google-spreadsheet-lib-android

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

application stopped when run in emulator #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i m using android 2.2. and when i m running GSS_Client_android which is 
uploaded by you then i got problem like application is stopped. and i can't get 
anything. plz help me.

Original issue reported on code.google.com by shahurvi...@gmail.com on 30 Jul 2011 at 9:53

GoogleCodeExporter commented 9 years ago
To run this on Emulator, you need to add following Emulator specific 
initialization code-
if("sdk".equals(Build.PRODUCT) || "google_sdk".equals(Build.PRODUCT))
ParseFeed?.doCustomizationForSDK();

This is a limitation of Android SDK. 

Original comment by pprasant...@gmail.com on 30 Jul 2011 at 5:30

GoogleCodeExporter commented 9 years ago
Where should I add this code? I'm a beginner.

Original comment by krzyszto...@gmail.com on 11 May 2012 at 2:38

GoogleCodeExporter commented 9 years ago
Put at the beginning of your code flow.... May be in onCreate() for Android.
-Prasanta 

Original comment by pprasant...@gmail.com on 11 May 2012 at 4:18