一.远程服务主要代码 1.IService.aidl package com.shz.remoteservice; interface IService { String getTicketInfoById(int id); } 编译aidl文件自动生成的IService.java文件(存在于gen目录下) /* * This file is auto-generated. DO NOT MODIFY. * Original file: E:\\Code\\Java\\远程服务\\src\\co…
问题 一 JavaBinder: Uncaught remote exception! (Exceptions are not yet supported across processes.) java.lang.RuntimeException:Can't create handler inside thread that has not called Looper.prepare() 问题描述 在service中的一个方法中,执行两种提示:一种是 Log 打印数据,另一种是 Toast 提示…