Crashlytics distribution for app with multiple flavors

喜你入骨 提交于 2019-12-20 10:24:53

问题


I'm trying to use crashlytics distribution for android app with multiple flavors. Everything worked fine when there were no flavors, but as soon as I've added two flavors I'm receiving

*'Task 'crashlyticsUploadDistributionRelease' not found in root project'*

Am I missing something?


回答1:


Ohh, I did miss something.. Don't forget to add your flavor name to:

crashlyticsUploadDistribution<FLAVOR>Release


来源:https://stackoverflow.com/questions/27383732/crashlytics-distribution-for-app-with-multiple-flavors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!