当前位置: 代码迷 >> 综合 >> 在android 源码里 编译 aidl 报错 的问题
  详细解决方案

在android 源码里 编译 aidl 报错 的问题

热度:94   发布时间:2024-01-15 14:06:31.0



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

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


首先 在source里,需要添加一个这个parcelables的具体实现的java文件。

注意:在 Android.mk 里,在 LOCAL_SRC_FILES 变量里 不要添加 报错的aidl文件;











  相关解决方案