Android开发手记之compileDebugAidl failed

* What went wrong:
Execution failed for task ':apps:compileDebugAidl'.
> 1 exception was raised by workers:
org.gradle.process.internal.ExecException: A problem occurred starting process 'command '/opt/android-sdk/build-tools/28.0.3/aidl''

因为android SDK是拷贝其他机器上的,所以没有执行权限

加下执行权限即可。

原文地址:https://www.cnblogs.com/mengshu-lbq/p/13840520.html