Closed shizhongyu closed 7 years ago
@shizhongyu 最后的错误日志不完整,执行一下python freeline.py -f -d > freeline_build.log
,然后发下输出日志的文件上来
@lomanyong 提交了。
@shizhongyu 你的build.gradle是否配置了什么开启 instant-run 的配置呢?这个crash发生在instant run执行的时候,通常使用freeline不会有 instant run 的逻辑的...
freeline_build.txt @lomanyong
这次instant run 没有完全没有。 @ @lomanyong
@shizhongyu 错误日志:
Caused by: java.io.IOException: Could not delete path 'C:\MyWork\tulipsport\android\client\app\build\intermediates\classes\tulip\debug\com\handmark'.
at com.android.utils.FileUtils.deletePath(FileUtils.java:69)
at com.android.utils.FileUtils.deleteDirectoryContents(FileUtils.java:85)
at com.android.utils.FileUtils.deletePath(FileUtils.java:65)
at com.android.utils.FileUtils.deleteDirectoryContents(FileUtils.java:85)
at com.android.utils.FileUtils.deletePath(FileUtils.java:65)
at com.android.build.gradle.tasks.factory.IncrementalSafeguard.execute(IncrementalSafeguard.java:84)
... 21 more
不是在 Freeline 的 task 栈里出现的吧...