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

2009-02-12 Thread Android
Hi All, I am getting the below error when ever i am trying to call the bind service. 02-12 20:17:25.486: WARN/ActivityManager(58): Unable to start service Intent { action=oem.android.proj2.IRemoteService }: not found I have created the Client-Server application. At the Server site i have used th

[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 'com.and