-
Notifications
You must be signed in to change notification settings - Fork 17
Force Close on startup : missing com.google.android.gsf #23
Comments
I have a similar issue: |
Hi, One could easily fix that problem by checking for the availability of the gcm library in HomeActivity.java, line 83. Edit: Even a try-catch statement might be enough... I'll give it a try |
Indeed. I got a friendica-debug.apk with deactivated googlecode today. With this version I do not have any problems. Would be great to have a google-free versoin on f-droid, too. |
- dont crash if gcm not installed (issue #23) - added IntelliJ IDEA project files
I created a version with a try-catch around the GCM init part. You might try that version and tell me if it works as I don't have a device without google apps. |
After the first run, the app Force Closes immediately on startup. The log starting the HomeActivity generates an exception that the device does not have package : com.google.android.gsf
This is running on CyanogenMod 7.0 without any Google apps installed.
App was downloaded from the F-Droid store ( https://f-droid.org/ )
The text was updated successfully, but these errors were encountered: