Closed GoogleCodeExporter closed 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
Where should I add this code? I'm a beginner.
Original comment by krzyszto...@gmail.com
on 11 May 2012 at 2:38
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
Original issue reported on code.google.com by
shahurvi...@gmail.com
on 30 Jul 2011 at 9:53