Path ‘xxx\build\intermediates\compiled_local_resources\debug\out‘ is not a reada

481 阅读1分钟

Android Studio编译Android jni程序时,出现了以下的异常导致编译出错

Path 'xxx\build\intermediates\compiled_local_resources\debug\out' is not a readable directory

解决方案: 删除项目根路径下的.gradle文件夹重新编译