buildFeatures { aidl true}
发布时间:2025-06-24 19:23:59 作者:北方职教升学中心 阅读量:057
但输出错误的Unexpected报错 tokens (use ';' to separate expressions on the same line),如下图所示,buildFeatures。
参照其他博主设置。#xff1a;
个人尝试后Aidl=true,即:
android { buildFeatures { aidl=true }}。buildFeatures { aidl true}。
构建AIDL文件的AIDL。
,重建后已成功:
AIDL文件可以建立。
Androidstudio2023..1,我想配置gradle。
,重建后已成功:AIDL文件可以建立。