You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
错误提示:
`Error:Execution failed for task ':......:transformClassesWithDesugarForDebug'.
com.android.build.api.transform.TransformException: java.io.IOException: Could not delete path 'D:......\build\intermediates\transforms\desugar\debug\10.jar'.`
AndroidStudio第一次启动应用了BlockCanaryEx的项目时不会报错,编译正常。但只要修改任何代码,之后都无法正常编译了,clean project时提示: Unable to delete file: D:\......\build\intermediates\processing-tools\runtime-deps\debug\desugar_try_with_resources.jar
只有invalidate Caches /restart之后才能再运行,然后重复这个问题。
我推测是BlockCanaryExPlugin这个插件没有释放资源导致。
The text was updated successfully, but these errors were encountered:
错误提示:
`Error:Execution failed for task ':......:transformClassesWithDesugarForDebug'.
AndroidStudio第一次启动应用了BlockCanaryEx的项目时不会报错,编译正常。但只要修改任何代码,之后都无法正常编译了,clean project时提示:
Unable to delete file: D:\......\build\intermediates\processing-tools\runtime-deps\debug\desugar_try_with_resources.jar
只有invalidate Caches /restart之后才能再运行,然后重复这个问题。
我推测是BlockCanaryExPlugin这个插件没有释放资源导致。
The text was updated successfully, but these errors were encountered: