-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Intent must be explicit in Android 5.0 #86
Comments
Yes, the problem for this specific plugin seem to be solved when the google analytics plugin library will be updated from version v2 to v3 - Changeguide can be found here: https://developers.google.com/analytics/devguides/collection/android/v3/migration |
Also, looks like Google now have a v4 out - https://developers.google.com/analytics/devguides/collection/android/v4/ |
i'm having the same problem, any estimated date for the sdk update? Thanks |
Any update on this issue? |
Guys any update on this? |
It would be nice if it is corrected at a plugin level, al least at the moment the workaround to use targetsdk 19 has worked, but it was needed to change in androidmanifest.xml and in project.properties |
Having the same problem, any update? Thanks! |
When we build our app with the GA Plugin and Android target SDK version = 21 (Lollipop) it crashes on Android 5.0 every time and the stack trace reports that the GA service intent must be explicit. This is explained in the SO post linked below and is related to changes in Android that need to be catered to - please address this as we're having to run as Target SDK version 19 at the moment
http://stackoverflow.com/questions/26530565/android-5-0-l-service-intent-must-be-explicit
The text was updated successfully, but these errors were encountered: