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 the AIDL to impliment the interfaces in my Service class.
At Client site i have exposed the AIDL interfaces and have one
Activity that mainly do the IPC mechanism , i mean ServiceConnection,
bindService and then call the Serivce of the Client site. But i am
getting the error i mentioned during the bindService call.
Could you please let me know the steps mainly i have to follow to run
the Client -Server Application. For time being i am running the
Client .apk first and then the Server .apk, but the server one giving
me error.
It would be great if you could let me know what all permission short
of thing to take care, as my Client and Server code are placed at
different APks, so do i need to import the Client project in my Server
Project, if yes then how to impliment that.
-Kumar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---