I have a test case for test the service , when update the Android SDK to 5.+ ,Then I got this exception : Service intent must be explicit , and i also done this (set the intent ComponentName make the implicit to explicit)
Reference URL:http://blog.android-develop.com/2014/10/android-l-api-21-javalangillegalargumen.html
Now i still got this exception and i don't know why , i have tried so many ways just didn't work. so anyone else encounter this situation ?