Possible Duplicate:
Android RuntimeException: Unable to instantiate the service
I can't find a way to start IntentService from AlarmManager. It is simple for normal service (add it to the manifest, then wrap it up in Intent), but I can't make it work with IntentService - app keeps crashing with "java.lang.RuntimeException: Unable to instantiate service". There is nothing wrong with the IntentService itself (1 line of code). Any help?