AIDL中should be declared in a file错误

INewBookArrivedListener should be declared in a file called com\kuang2010\aidldemo_service_aidl\INewBookArrivedListener.aidl

这个编译错误一般是文件名跟类名不一致或者类的包名不正确导致

你可能感兴趣的:(Android,android)