Android 5.0 (L) Service Intent must be explicit in Google analytics
问题 My code worked in <5 but in Android 5.0 I'm running into an issue that I don't quite understand. 10-23 10:18:18.945: E/AndroidRuntime(8987): java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.google.android.gms.analytics.service.START (has extras) } My code works, even now, on 4.4.4 and below. So what do I need to do? I'll post relative code below. Also, during my googling I found this post about java.lang.IllegalArgumentException: Service Intent must be