Android Question Why is the error "Unable to find explicit activity class" getting thrown by my service?

davepamn

Active Member
Licensed User
Longtime User
If I attempt to stop the service and start it, the error throws on the start service.

The service code is in the shared folder

In my modules dialog it is showing as a class not a service

I am calling the stop and start service in the activity_resume
 
Last edited:
Top