aidl.exe'' finished with non-zero exit value 1和3问题解决

1.aidl.exe’’ finished with non-zero exit value 1错误

项目的编译版本和编译工具的版本不一致


修改

2aidl.exe’’ finished with non-zero exit value 3 错误

是因为 aidl 文件中要写一个和配置文件中相同的包名,错误或不写都会发生该错误

你可能感兴趣的:(aidl.exe'' finished with non-zero exit value 1和3问题解决)