aidl android 未自动编译,关于Android AIDL 编译报错问题

title: 关于Android AIDL报错问题

date: 2017年9月11日14:42:17

categories: Android

tags: [android aidl, android 开发错误]

问题:

在做一个音乐项目中,使用到了AIDL跨进程通信组件,编写一个简单的AIDL时候,编译一直无法通过,报错内容

Error:Execution failed for task ':app:compileDebugAidl'.

java.lang.RuntimeException: com.android.ide.common.process.ProcessException: Error while executing process E:\SDK\build-tools\25.0.2\aidl.exe with arguments {-pE:\SDK\platforms\android-25\framework.aidl -oE:\Project\LifeStyle\app\build\generated\source\aidl\debug -IE:\Project\LifeStyle\app\src\main\aidl -IE:\Project\LifeStyle\app\src\debug\aidl -IC:\Users\yun.android\build-cache\bd2b26450777017e058ddff21ee3c3ce84e4a7bf\output\aidl -IC:\Users\yun.android\build-cache\2ea784cc81ce0926ea68faf50edaf3063b660d0e\output\aidl -IC:\Users\yun.android\build-cache\5b0533eca8fabee2573210d5a6db0ef9c0c55098\output\aidl -IC:\Users\yun.android\buil


本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!

相关文章

立即
投稿

微信公众账号

微信扫一扫加关注

返回
顶部