[android-developers] Unable to start service Intent

2010-03-08 Thread Vinay S
Hello Everyone, I have created a small util which is a service, I would like to reuse this util in my future projects. I have exported /src /gen folders to jar. I have skipped, /res folder and AndroidManifest.xml files. I have tried including this in my new app activity and reuse the service.

Re: [android-developers] Unable to start service Intent

2010-03-08 Thread Mark Murphy
Vinay S wrote: I have created a small util which is a service, I would like to reuse this util in my future projects. I have exported /src /gen folders to jar. I have skipped, /res folder and AndroidManifest.xml files. I have tried including this in my new app activity and reuse the

[android-developers] Unable to start service intent service not found

2009-08-20 Thread michael sunil
Hi , I am getting following message when i try to launch service.Also is there any specific path on file system where we need to place the .apk file which contains my serivce component only. Regards Sunil --~--~-~--~~~---~--~~ You received this message

[android-developers] Unable to start service intent

2009-08-17 Thread Honest
hello, I tried to create service by following code but in logcat i got following error Unable to start service intent The following is my manifest.xml file. ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] Unable to start service Intent error in Client-Server project

2009-02-14 Thread Android
Hi Hans, Thanks for your help Hans, i have created two projects same as your project name and added your files, the TestService project is fine, but for ServiceMonitor project it is giving error at the import statement only. It is not allowing to import the TestService as The import

[android-developers] Unable to start service Intent

2009-02-10 Thread Graeme
I am repeatedly seeing the following message in the debug console 02-10 16:07:54.186: WARN/ActivityManager(53): Unable to start service Intent { flags=0x4 comp={com.bt.btinnovate.android.photoobserver/ com.bt.btinnovate.android.photoobserver.PhotoUploadService} (has extras) }: not found when