Ошибка сборки Flutter: возникла проблема с настройкой root проекта 'twoirectional_scroll_view' - PullRequest
0 голосов
/ 17 июня 2020

Я пытаюсь собрать свой проект в файл APK, но застрял с этой ошибкой:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'bidirectional_scroll_view'.
> Failed to notify project evaluation listener.
   > org.gradle.api.tasks.compile.CompileOptions.setBootClasspath(Ljava/lang/String;)V  

* 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 910ms


The plugin bidirectional_scroll_view could not be built due to the issue above.

Я выполнил следующую команду: flutter build apk --split-per-abi.

If кто-нибудь мне поможет я был бы рад! : D

1 Ответ

0 голосов
/ 17 июня 2020

Я просто использовал старую версию пакета bidirectional_scroll_view.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...