08:30:58-30. 903: Warn/activitymanager (982): unable to start service intent {CMP = com. gglad. android. action/COM. gglad. android. services. BG. dataprocessservice}: not found
The above is the error log
Solution:
1. Check whether the service is configured in the androidmanifest. xml configuration file.
2. Check whether the service is in the application tag.
3. If your service and started activity are not in the same package, you need to configure the Android: name in the service tag to the full name of the service class.
My problem is that the Service and the started activity are not in the same package. I set the Android: name in the service tag to the full name of the service class.
08:30:58-30. 903: Warn/activitymanager (982): unable to start service intent {CMP = com. gglad. android. action/COM. gglad. android. services. BG. dataprocessservice}: not found
The above is the error log
Solution:
1. Check whether the service is configured in the androidmanifest. xml configuration file.
2. Check whether the service is in the application tag.
3. If your service and started activity are not in the same package, you need to configure the Android: name in the service tag to the full name of the service class.
My problem is that the Service and the started activity are not in the same package. I set the Android: name in the service tag to the full name of the service class.