Error de visualización de llamada de servicio remoto IPC de Android

Quiero hacer una aplicación de demostración con respecto a la comunicación IPC. (Comunicación entre Servicio). estoy usandoAIDL para eso .

Encontré la mayoría del tutorial delRemoteService y el cliente están en el mismo paquete.

De hecho, lo hago por separado, mientras paso el objeto que estoy usandoParcelableMétodo y enfrentar el error ...

Dijo como ElRemoteService Signature incapaz de encontrar tu clase .. También mostré mi Logcat a continuación: Si tiene alguna solución, guíeme ... o cualquier tutorial o documento interdependiente de servicio al cliente del servidor ...

LOGCAT:

06-20 14:47:53.973: W/dalvikvm(4465): VFY: unable to find class referenced in signature (Lcom/sam/zserver/IQRemoteService;)
06-20 14:47:54.003: I/dalvikvm(4465): Could not find method com.sam.zserver.IQRemoteService.getCounter, referenced from method com.quip.zclient.ZIPCClientActivity.invokeService
06-20 14:47:54.003: W/dalvikvm(4465): VFY: unable to resolve interface method 53: Lcom/sam/zserver/IQRemoteService;.getCounter ()I
06-20 14:47:54.023: D/dalvikvm(4465): VFY: replacing opcode 0x72 at 0x0011
06-20 14:47:54.023: D/dalvikvm(4465): VFY: dead code 0x0014-0054 in Lcom/quip/zclient/ZIPCClientActivity;.invokeService ()V
06-20 14:47:54.273: I/ActivityManager(61): Displayed com.quip.zclient/.ZIPCClientActivity: +588ms
06-20 14:47:59.363: D/dalvikvm(226): GC_EXPLICIT freed 10K, 55% free 2595K/5703K, external 716K/1038K, paused 53ms
06-20 14:48:05.073: D/dalvikvm(245): GC_EXPLICIT freed 6K, 54% free 2543K/5511K, external 716K/1038K, paused 36ms
06-20 14:48:10.122: D/dalvikvm(306): GC_EXPLICIT freed 4K, 54% free 2537K/5511K, external 716K/1038K, paused 71ms
06-20 14:48:15.113: D/dalvikvm(4129): GC_EXPLICIT freed 14K, 53% free 2579K/5379K, external 716K/1038K, paused 49ms

Gracias;

Respuestas a la pregunta(1)

Su respuesta a la pregunta