Hi,
I am calling my methods from jar file(Which create by exporting my android project). I am calling the method successfully however my method could not call my intent service. And i am getting an error like this "**12-12 15:32:50.277: W/ActivityManager(1344): Unable to start service Intent { cmp=com.ABC.unityTestProject/com.abc.testproject.FirstService (has extras) }: not found**".
Service declerations in manifest :
![alt text][1]
Thnks
[1]: /storage/temp/36893-screen+shot+2014-12-12+at+17.33.38.png
↧