关于编译aidl的有关问题

关于编译aidl的问题今天编译的时候,碰到一个这个问题。aidl can only generate code for interfaces, not p

关于编译aidl的问题
今天编译的时候,碰到一个这个问题。

aidl can only generate code for interfaces, not parcelables,
aidl files that only declare parcelables don't need to go in the Makefile.

请问如何解决?
[解决办法]
可以看一下这篇博客:http://chengbs.iteye.com/blog/1234990 里面有提到。