You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
A problem occurred configuring project ':app'.
Extension with name 'firstFlavorSecondFlavorFilters' does not exist. Currently registered extension names: [ext, filters, debugFilters, releaseFilters, firstFlavorFilters, secondFlavorFilters, firstFlavorSecondFlavorDebugFilters, firstFlavorSecondFlavorReleaseFilters]
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
This is a previously fixed issue which I'm unable to reproduce using the latest version of the plugin. Please update your build script and it should start working. Feel free to reopen if it doesn't - if you could, a small sample application that exemplifies the issue would be very helpful.
If you have an Android project which defines more than 1 flavor dimension Gradle fails the configuration phase.
For example with:
The following error is shown in console:
When the plugin is removed then it configures the project correctly. It is somehow adding a "Filter" flavor to the process
The text was updated successfully, but these errors were encountered: