Open HanteIsHante opened 7 years ago
AIDL 文件创建错误 导致, 右击- > New -> AIDL -> AIDL file
编译: build -> make project (Module name)
注意 : 需要自己加上 import
import com.example.service.iservice.IService_CallBack;
创建实体类时,该实体类要 实现序列化 Parcelable, 而且要创建和它同名的aidl文件 ,才能 编译ok
Parcelable 执行效率高,将数据临时保存在内存中