Hi Erel, I am calling a service from jar library created by me. when I call this service it´s not working and throw this error:
Unable to start service Intent { cmp=myCompany.MyB4AApp/com.mypackage.myService } U=0: not found.
could be problems with manifest permission and I add this permission <service android:name=".myService"></service>,
but it´s not working.
could you help me please.
Unable to start service Intent { cmp=myCompany.MyB4AApp/com.mypackage.myService } U=0: not found.
could be problems with manifest permission and I add this permission <service android:name=".myService"></service>,
but it´s not working.
could you help me please.