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

Cannot change role of configuration ':app:annotationProcessor' after it has been resolved #999

Open jacobhy opened 5 years ago

jacobhy commented 5 years ago

集成到项目时出现错误:

jacobhy commented 5 years ago

自己捣鼓出来了,需要在主module添加: android { freeline { hack true productFlavor "渠道名,一般是debug" } }

Lilyandlucy commented 5 years ago

@jacobhy hi~这个productFlavor应该怎么填呢? 我现在项目里有很多productFlavor。。。