解决--Error:Execution failed for task ':xxxx:compileTestDebugAidl'.

编写AIDL文件时,在编译阶段报了这个异常。原因就是在定义ITest.aidl接口时使用到了一个自定义的aidl外部类,而没有显式import该类。

Error:Execution failed for task ‘:xxxx:compileTestDebugAidl’.

【解决--Error:Execution failed for task ':xxxx:compileTestDebugAidl'.】java.lang.RuntimeException: com.android.ide.common.process.ProcessException: Error while executing ‘/home/Android/Sdk/build-tools/23.0.2/aidl’ with arguments {-p/home/Android/Sdk/platforms/android-21/framework.aidl -/home/AndroidStudioProjects/xxxx/src/main/aidl/com/test/ITest.aidl}

    推荐阅读