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 623 forks source link

mergeProductionDebugAssets 提示下面的这个加到哪里啊 #798

Closed certhon closed 7 years ago

certhon commented 7 years ago

Execution failed for task ':mergeProductionDebugAssets'.

/Users/top/CODE/AllModule/TheStore-main/build/intermediates/assets/debug/apktime file not found. Missing the productFlavor configuration? You can try to add productFlavor to freeline DSL, for example:

freeline { 
    hack true 
    productFlavor 'your-flavor' 
}

Then re-run python freeline.py again.

image

lomanyong commented 7 years ago

@certhon 这个是需要你配置productFlavor的,是会自动进行添加