Warn/activitymanager (982): unable to start service intent {CMP =... /...} : Not found Solution

Source: Internet
Author: User


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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.