Android adb shell am startservice: Error not found
问题 I am trying to start the service from adb shell. There already is similar question: How to start and stop android service from a adb shell? However, when I start service with: adb shell am startservice com.mypackage/com.mypackage.service.MyService I receive this message: Starting service: Intent { act=android.intent.action.VIEW dat=com.mypackage/com.mypackage.service.MyService } Error: Not found; no service started. I declare service in AndroidManifest.xml: <application> ... <service android