alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 622 forks source link

gradle_tools.py 运行异常 #1027

Open frenzhan opened 5 years ago

frenzhan commented 5 years ago

代码188行, if md5 != stat['md5']: 这里应该加上 or 'md5' not in stat 的判断条件,在我的项目中执行的时候执行到这里失败,stat里面没有‘md5'