Проблемы с AndroidX в плагинах Flutter после добавления ароматов - PullRequest
0 голосов
/ 27 марта 2020

После добавления Flavors во флаттер, каждый плагин начал показывать эту ошибку

FAILURE: сборка не удалась с исключением.

* What went wrong:
A problem occurred configuring root project 'connectivity'.
> SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

* 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.

* Get more help at https://help.gradle.org

BUILD FAILED in 0s


The plugin connectivity could not be built due to the issue above.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...