Unable to start Service Intent
Hi All, I have a service class. I have exported this class to jar and I have embed the jar in my client app. When needed, I call the service class. When I try to do this, I get the following error: Unable to start service Intent {comp={com.sample.service/com.sample.service.serviceClass}} : not found I have other class apart from the ...