Flutter构建错误:配置根项目“ bidirectional_scroll_view”时发生问题

时间:2020-06-17 12:01:37

标签: flutter mobile view build bidirectional

我正在尝试将我的项目构建为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

如果有人能帮助我,我会很高兴! :D

1 个答案:

答案 0 :(得分:0)

我刚刚使用的是bidirectional_scroll_view软件包的旧版本。